Liking cljdoc? Tell your friends :D
All platforms.

com.vadelabs.toon.decode.event-builder

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.
raw docstring

cursor->eventsclj/s

(cursor->events cursor _indent strict)

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

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
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close