Convert TOML configuration files to JSON instantly. Runs in your browser — your data never leaves your machine.
All conversion happens in your browser. Nothing is uploaded to any server.
JSON output appears as you type or drop a file. No server round-trip.
Parses Cargo.toml, pyproject.toml, Hugo configs, and other common TOML files.
Paste your TOML into the left panel and JSON output appears instantly on the right. Tables become nested JSON objects, arrays map directly, and all TOML types (strings, numbers, booleans, dates) are preserved.
Useful when you need to read TOML config values programmatically, compare configurations across formats, or import TOML data into tools that expect JSON. Also helpful for debugging — JSON is easier to validate and query with tools like jq.
Convert JSON to TOML instantly in your browser. Free, private, no sign-up required.
Convert YAML to JSON instantly in your browser. Free, private, no sign-up required.
Pretty-print or minify JSON with configurable indentation. Free, runs in your browser.