TOML to JSON
v1.0.2Convert TOML configuration files to JSON format with bi-directional conversion support.
Converts TOML configuration files to JSON format and JSON back to equivalent TOML with bi-directional support — useful when bridging tools that consume different config formats.
How to use- →Paste a TOML file to convert it to JSON.
- →Or paste JSON to convert it to idiomatic TOML with sections and dotted keys.
- →Try a preset from the example picker to see a Cargo.toml or pyproject.toml conversion.