alpkeskin/gotoon: Token-Oriented Object Notation for Go – JSON for LLMs at half the token costRead post
GoTOON is a Go library implementing Token-Oriented Object Notation (TOON), a compact data serialization format designed to reduce token costs when passing structured data to Large Language Models. It achieves 30-60% token reduction compared to JSON by using tabular arrays, minimal syntax, and indentation-based structure while
Sort: