Skip to Content (Press Enter)
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Platforms
OutSystems.com
Personal Edition
Community
Resources
Support
Search in OutSystems
Log in
Get Started
Community
›
Forge
›
Assets list
›
ToonDataCodec
Login to follow
ToonDataCodec (ODC)
Stable version
0.1.1
(Compatible with
ODC
)
Uploaded on
26 November 2025
by
Xeridia
Overview
Documentation
Support
ToonDataCodec (ODC)
Documentation
0.1.1
Just install and use!
Why TOON
Token Efficient
Uniform arrays of objects can reduce token consumption by 30%–60% compared to JSON, because TOON defines headers once and lists values in a compact tabular form.
LLM Optimized
Explicit structural markers (array lengths, field headers, indentation rules) make parsing more reliable for LLMs and AI agents.
Readable and Compact
Blends YAML-like indentation for nested objects with CSV-like formatting for repeated structures.
When to Use TOON
When handling uniform arrays or datasets with repeating structures.
When preparing grounding data for LLMs, RAG pipelines or AI agents where token cost and structural clarity matter.
For data exchange flows requiring compact, schema-aware payloads.
JSON may still be more efficient for highly irregular or deeply nested structures.
Loading
Loading...