TOML to JSON
Convert TOML config files to JSON β tables, arrays of tables, inline tables, and comments handled.
Runs locally in your browser. Your input is not uploaded.
How to Use
- 1
Paste your TOML
For example a Cargo.toml or pyproject.toml file.
- 2
Review the JSON
Tables become nested objects and [[tables]] become arrays.
- 3
Copy or download
Use the JSON in scripts, tests, or other converters.
Frequently Asked Questions
- Key/value pairs, [tables], [[arrays of tables]], dotted table names, inline tables, arrays (including multi-line), strings, numbers, booleans, and comments.
Related Tools
JSON FormatterFormat, validate, and minify JSON with syntax highlightingJSON DiffCompare two JSON objects side-by-side and highlight differencesJSON to CSVExport JSON arrays to CSV with nested object flatteningCSV to JSONParse CSV files into structured JSON arraysJSON to XMLConvert JSON objects to XML with pretty-print outputXML to JSONParse XML and convert to clean JSONJSON to YAMLConvert between JSON and YAML formats bidirectionallyQuery String to JSONParse URL query parameters into JSON with nested support