๐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.