Loading tool…
TOML config files like Cargo.toml or pyproject.toml sometimes need to be converted to JSON for tooling that only accepts JSON. This converter runs entirely in your browser — no data is uploaded or transmitted.
The converter parses the TOML input using a TOML parser library, maps all types to their JSON equivalents, and outputs formatted JSON. TOML tables become JSON objects, TOML arrays of tables become JSON arrays, and TOML date-times are represented as ISO 8601 strings.