Convert TOML to JSON in your browser
Paste your TOML config and get clean, indented JSON. The parser handles
the constructs people actually paste: key-value pairs, [tables], [[arrays of tables]], dotted keys, inline arrays and # comments, following the TOML
v1.0.0 syntax.
Unsupported features such as multi-line strings and date types are reported as a clear error rather than silently mis-parsed. Everything runs locally in your browser — your config is never uploaded or stored.