Bundle Streaming JSON parser for processing large documents without loading the full tree into memory. Reads tokens sequentially via a cursor-based API. Compile with -lib json.
Type
Stream JSON type
Items
- OBJECT
- OBJECT_END
- ARRAY
- ARRAY_END
- LABEL
- STRING
- NUMBER
- NULL
- TRUE
- FALSE