📊Token-Efficient & AccurateTOON reaches 72.2% accuracy (vs JSON's 71.4%) while using 42.6% fewer tokens across 244 retrieval questions on 4 models.
🔁JSON Data ModelEncodes the same objects, arrays, and primitives as JSON with deterministic, lossless round-trips.
🛤️LLM-Friendly GuardrailsExplicit [N] lengths and {fields} field lists in every header give models a clear schema to follow, improving parsing reliability.
📐Minimal SyntaxUses indentation instead of braces and minimizes quoting, giving YAML-like readability with CSV-style compactness.
🧺Tabular FormsUniform arrays of objects – and objects of uniform objects – collapse into tables that declare the field list once and stream row values line by line.