Section 01
TOON: A Guide to the Token-Efficient Serialization Format Exclusive to LLMs
TOON (Token-Optimized Object Notation) is a token-efficient serialization format designed specifically for large language models (LLMs). It addresses the problem of high token overhead of traditional formats like JSON/YAML/TOML in LLM scenarios. By streamlining syntax structure, it reduces token usage by 30-60% while maintaining readability, bringing significant cost optimization to LLM applications. TOON strikes a balance between token efficiency, human readability, and implementation complexity, marking an important evolution of data serialization technology in the LLM era.