Crate jsonmodem

Source
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§

ParserError
ParserOptions
Configuration options for the JSON streaming parser.
StreamingParser
The streaming JSON parser.

Enums§

ParseEvent
An event generated by the streaming JSON parser.
PathComponent
A component in the path to a JSON value.
Value
A JSON value as defined by RFC 8259.

Type Aliases§

Array
Map