JSON to TOML Converter
The JSON to TOML tool translates JSON into the readable TOML format used by many modern config systems.
Key Features
- JSON to TOML
- Nested tables
- Keeps types
- Local only
Use Cases
- Author a config file
- Migrate settings
- Teach TOML
- Feed a tool that needs TOML
How to Use
- Paste the JSON
- Convert
- Copy the TOML
Practical Tips
- Arrays of tables need care
- TOML is order-sensitive
- Keep keys simple
FAQ
- TOML vs YAML?
- TOML is simpler and less ambiguous.
- Nested?
- Maps become tables.