Online TOML to JSON Converter

TOML is an acronym for Tom's Obvious, Minimal Language. Its goal is to become a configuration file format that is clear, readable, and simple. Its syntax resembles Windows INI configuration files and sections, but is richer than INI and can represent multiple data types. It is more intuitive than JSON or YAML, but its specification is continuously being updated. This tool supports conversion from TOML to JSON and YAML formats.

How to use the online TOML to JSON converter?

  1. Enter or paste your TOML code string into the textarea above.
  2. Click the "Toml to JSON" button to convert it into a JSON string.
  3. Click the "Copy" button to paste it into your clipboard.