tools / converters
json ⇄ yaml ⇄ toml ⇄ toon converter
Convert between JSON, YAML, TOML, and TOON — auto-detects the input, points at the exact parse error, and shows the token-count savings of TOON's compact tabular arrays.
|
toml needs an object at the root and has no null — nulls are dropped on the way in. yaml is parsed with the safe schema. toon is opt-in only: pick it explicitly as "from" — it's never auto-detected, since its indentation and table syntax read closely enough like yaml that both would silently misparse as each other instead of failing loudly. it shines on uniform arrays of objects (collapses them into compact tables); deeply nested or ragged data sees little to no token savings over json.
output
output appears here