You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TOON (Token-Oriented Object Notation) combines YAML's indentation-based structure for nested objects and CSV's tabular format for uniform data rows, optimized specifically for token efficiency in LLM contexts.
@@ -23,11 +29,6 @@ This is a faithful Python port of the original [TOON TypeScript library](https:/
23
29
-**LLM-friendly**: Maintains semantic clarity while reducing token count
24
30
-**100% compatible** with original TypeScript implementation
0 commit comments