About the TOML ↔ JSON
TOML ↔ JSON converts between TOML — a config format popular with Rust, Python and many CLIs — and JSON, in both directions.
It runs locally, making it safe for config files with secrets.
Convert between TOML and JSON formats
TOML ↔ JSON converts between TOML — a config format popular with Rust, Python and many CLIs — and JSON, in both directions.
It runs locally, making it safe for config files with secrets.
It targets the TOML 1.0 specification, including tables, arrays and datetimes.
TOML comments are not represented in JSON, so they are dropped during conversion.
Yes, conversion happens entirely in your browser.