JSON Output
JSON output will appear here
Paste TOML on the left to generate JSON. Or load sample data to see a demo.
Try TOML to JSON with sample input
Paste TOML on the left to generate JSON. Or load sample data to see a demo.
Try TOML to JSON with sample input
Paste TOML on the left and copy or download JSON output on the right.
Paste your TOML into the editor. If you want a quick demo, click “Sample”.
[app]
name = "demo-web"
port = 3000
[app.features]
beta = trueThe converted JSON will appear on the right panel as you type.
{
"app": {
"name": "demo-web",
"port": 3000,
"features": {
"beta": true
}
}
}Use “Copy” to copy JSON to your clipboard, or “Download” to save it as a .json file.
Common questions about converting TOML to JSON
Format, validate and process JSON
Export to other popular formats
Convert to JSON from other types
Generate code from JSON data
Format and beautify other code formats