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§
- Streaming
Parser - The main streaming JSON parser.
Enums§
- Parser
Event - A single event emitted by the
StreamingParser.