Tag: large-language-model
-
Token-Oriented Object Notation. An Alternative to JSON?
I first came across TOON (Token-Oriented Object Notation) on LinkedIn, where developers were discussing its promise: lossless compression of JSON and YAML, specifically optimized for large language models (LLMs). The core idea? Reduce token count without sacrificing information, which directly translates to lower costs and potentially faster processing. At first glance, TOON looks familiar yet…