Advertisement

Data Studio

TOML ↔ JSON Converter

Cargo.toml, pyproject.toml, config files - instant, private, no server

or drop a .toml file here

String

TOML: "hello"

JSON: "hello"

Integer

TOML: count = 42

JSON: 42

Float

TOML: ratio = 3.14

JSON: 3.14

Boolean

TOML: enabled = true

JSON: true

Datetime

TOML: 2024-01-15T00:00Z

JSON: "2024-01-15T…"

Array

TOML: [1, 2, 3]

JSON: [1, 2, 3]

Table

TOML: [section]

JSON: { }

Inline

TOML: {a = 1}

JSON: {"a": 1}

Converts as you type - no server, your data never leaves this page

Sponsored

Sponsored content