TOML to JSON Converter
Convert TOML configuration into formatted JSON.
Input
Output
Turn TOML config files into clean JSON. Supports tables, arrays, strings, numbers, booleans and comments.
How to use
- Paste your TOML into the input pane.
- See the equivalent JSON in the output pane.
- Copy the JSON output.
Frequently asked questions
- Which TOML features are supported?
- Common cases: key/value pairs, [tables], nested tables, strings, numbers, booleans, arrays and # comments.
- What happens on invalid TOML?
- The tool shows an error message instead of output so you can correct the syntax.