Input

TOON

Output

YAML

Output will appear here...

About TOON Format

TOON (Token-Oriented Object Notation) is a compact, human-readable serialization format designed for passing structured data to Large Language Models with significantly reduced token usage. It's a lossless, drop-in representation of JSON data optimized for LLM input, combining YAML's indentation-based structure with CSV's tabular efficiency.

About YAML Format

YAML (YAML Ain't Markup Language) is a human-readable data serialization standard commonly used for configuration files and data exchange.