Event-based streaming decoder for TOON format.
Processes TOON lines and emits parse events instead of building complete value trees. Enables memory-efficient processing of large documents.
Event-based streaming decoder for TOON format. Processes TOON lines and emits parse events instead of building complete value trees. Enables memory-efficient processing of large documents.
(cursor->events cursor _indent strict)Generate event sequence from LineCursor.
Parameters:
Returns: Lazy sequence of parse events
Generate event sequence from LineCursor. Parameters: - cursor: LineCursor positioned at start - indent: Indent size (unused, kept for API compatibility) - strict: Enable strict validation Returns: Lazy sequence of parse events
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |