P7 // FILE CONVERT // TOML TO JSON
Convert TOML to JSON
Convert your TOML configuration files to JSON. The converter handles sections (tables), dotted keys, strings, numbers, booleans, arrays, and inline tables.
📁
Drop a TOML file here or click to upload
.toml
// FAQ
What TOML features are supported?
Key-value pairs, section headers ([section]), dotted keys, basic strings, integers, floats, booleans, arrays, and inline tables. Comments are stripped.
Can I convert Cargo.toml or pyproject.toml?
Yes! Any standard TOML file can be converted. This is great for inspecting Rust Cargo.toml, Python pyproject.toml, or any other TOML configuration file as JSON.
Is this free?
Yes, 100% free. The conversion runs in your browser — your configuration files are never uploaded.