TOML to JSON

Convert TOML configuration files to JSON format. Preserves data types and structure. Ideal for consuming TOML-based configurations in JavaScript applications.

How to use

  1. Paste your TOML content into the left panel, upload a file, or click Load Example.
  2. Click Convert to JSON or press Ctrl+Enter.
  3. The converted JSON appears in the right panel. Use Copy or Download to export.