Converters
JSON ↔ TOML
Convert between TOML config and JSON
How to use / Notes
How to use
- Paste JSON or TOML into the input.
- Switch the direction to obtain the other format.
- Copy the result into your config file.
Notes
- TOML has native types (dates, arrays of tables); a round trip may change representation.
- Deeply nested structures become verbose in TOML.