← back
JSON → TOML
offline
JSON to TOML
Convert JSON to TOML config format.
JSON Input
{"title":"My App","database":{"host":"localhost","port":5432,"name":"mydb","ssl":true},"logging":{"level":"info","file":"/var/log/app.log"},"features":["auth","api","cache"]}
Convert
Copy
TOML Output