Convert TOML configuration to JSON
Paste your TOML
Enter or paste TOML configuration data into the input field.
View JSON output
See your TOML data automatically converted to JSON format.
Copy the result
Click Copy to save the converted JSON to your clipboard.
TOML (Tom's Obvious Minimal Language) is a configuration file format designed to be easy to read and write. It is commonly used in Rust projects (Cargo.toml), Python packaging (pyproject.toml), and many modern applications that need human-readable configuration files.