Skip to main content
DevToys
Converters

JSON ↔ TOML

Convert between TOML config and JSON

Conversion workspace

JSON TOML

Input
JSON
Output
TOML
How to use / Notes

How to use

  1. Paste JSON or TOML into the input.
  2. Switch the direction to obtain the other format.
  3. 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.