Expand description
A faithful 1‑for‑1 Rust port of the incremental / online JSON parser originally written in TypeScript (see source file in the prompt).
Structs§
- Parser
Error - Parser
Options - Configuration options for the JSON streaming parser.
- Streaming
Parser - The streaming JSON parser.
Enums§
- Parse
Event - An event generated by the streaming JSON parser.
- Path
Component - A component in the path to a JSON value.
- Value
- A JSON value as defined by RFC 8259.