Private browser utility

JSON to TOML

Convert simple JSON objects to TOML locally in your browser with no upload.

What this tool is good for

Convert flat values and nested objects into TOML sections.

Quote strings and arrays for config-friendly output.

Avoid uploading private config while converting.

Example input

JSON input

{"name":"api","replicas":2,"secure":true,"server":{"port":8080}}