TOON (Token-Oriented Object Notation) is a compact, human-readable encoding of the JSON data model specifically designed for LLM prompts. It provides: Convert JSON to TOON format Convert TOON to JSON ...
To prevent huge log lines, nfo truncates serialized repr() output by default (max_repr_length=2048). This applies to sink output and stdlib console formatting.