Liking cljdoc? Tell your friends :D
All platforms.

com.vadelabs.toon.decode.items

List item type detection and decoding for TOON format.

List item type detection and decoding for TOON format.
raw docstring

list-itemclj/s

(list-item line cursor depth delimiter strict)

Decodes a single list item, detecting its type.

Parameters:

  • line: ParsedLine with list marker
  • cursor: LineCursor positioned at this line
  • depth: Current depth
  • delimiter: Delimiter for parsing
  • strict: Enable strict mode

Returns: [decoded-value, new-cursor]

Decodes a single list item, detecting its type.

Parameters:
  - line: ParsedLine with list marker
  - cursor: LineCursor positioned at this line
  - depth: Current depth
  - delimiter: Delimiter for parsing
  - strict: Enable strict mode

Returns:
  [decoded-value, new-cursor]
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