Loading tool…
TOML is the preferred config format for Rust (Cargo.toml), Python (pyproject.toml), and Hugo. This converter translates JSON to TOML entirely in your browser — no data is uploaded or transmitted.
The converter parses the JSON input and maps each type to its TOML equivalent. The JSON root must be an object (not an array) since TOML requires a root table. Nested objects become TOML tables, and arrays of objects become TOML arrays of tables.