TOML to JSON Converter
Convert TOML configuration files to JSON format
Paste your TOML here
What is TOML?
TOML (Tom's Obvious Minimal Language) is a configuration file format that's easy to read due to its obvious semantics. It's commonly used in Rust projects (Cargo.toml) and Python (pyproject.toml).
Features
- Sections and nested tables
- Arrays and inline tables
- Multiple data types
- Comments preserved
Privacy
All conversion happens in your browser. Your configuration files never leave your device.