Toolzy

TOML to JSON Converter

Convert TOML configuration into formatted JSON.

Input
Output

Turn TOML config files into clean JSON. Supports tables, arrays, strings, numbers, booleans and comments.

How to use

  1. Paste your TOML into the input pane.
  2. See the equivalent JSON in the output pane.
  3. Copy the JSON output.

Frequently asked questions

Which TOML features are supported?
Common cases: key/value pairs, [tables], nested tables, strings, numbers, booleans, arrays and # comments.
What happens on invalid TOML?
The tool shows an error message instead of output so you can correct the syntax.

Related tools