JSON to TOON

Convert between JSON and TOON (Token-Oriented Object Notation) for efficient LLM communication. TOON reduces token count by 30-60% while maintaining accuracy.

About TOON Format

  • 30-60% fewer tokens on large uniform arrays vs JSON
  • Tabular arrays: Declare keys once, stream data as rows
  • Indentation-based: Like YAML, uses whitespace instead of braces
  • Minimal syntax: Removes redundant punctuation