Just install and use!
Why TOON
Uniform arrays of objects can reduce token consumption by 30%–60% compared to JSON, because TOON defines headers once and lists values in a compact tabular form.
Explicit structural markers (array lengths, field headers, indentation rules) make parsing more reliable for LLMs and AI agents.
Blends YAML-like indentation for nested objects with CSV-like formatting for repeated structures.
When to Use TOON