Input

TOON

Output

Edit: undefined

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 HTML Form Format

HTML Form data is used for web form submissions and contains field-value pairs that can be easily processed by web servers.