Module parser

Module parser 

Source
Expand description

Contains the streaming Parser and its ParserEvent enum. Contains the StreamingParser and its state machine.

This module defines the core logic of the parser, which is implemented as a state machine that consumes Tokens from the Tokenizer and emits ParserEvents.

Structs§

StreamingParser
The main streaming JSON parser.

Enums§

ParserEvent
A single event emitted by the StreamingParser.