Ready

TOML/INI/JSON Converter

Convert TOML, INI, and JSON configuration text between formats. Validate and copy formatted output.

Loading...

Tip: Runs locally—great for quick config conversions.

Lines: 3

Parser options

INI-focused

Schema validation

Output

Loading...

Lossy conversion warnings

  • Key ordering may change during conversion.
  • Duplicate keys may be overwritten by the last value.

How to use

  1. Select TOML, INI, or JSON, paste your config, upload a file, or drop it onto the editor.
  2. Pick the output format (JSON/TOML/INI), then optionally pretty the output.
  3. Large inputs show a warning; errors indicate invalid format (line/column for TOML when available).
  4. Use parser options to control INI arrays, duplicates, dot nesting, and type coercion.
  5. TOML ↔ INI conversions can be lossy due to differing data models.
  6. Optionally enable JSON Schema validation to check keys and types.
  7. Use Ctrl/Cmd+Shift+F in the input editor to format the current input.
  8. Enable diff mode to compare input against the converted output or a custom version.

FAQ & privacy

Does this run locally? Yes. Conversion happens in your browser; config text is not uploaded.

What formats? TOML, INI, and JSON. Output can be JSON, TOML, or INI.

Can I export? Yes. Copy or download the converted output directly.