Expand description
Provides the public API for the qubit-json crate.
The crate exposes a lenient JSON decoder and the related option and error types needed to normalize and deserialize JSON text from non-fully-trusted sources.
Author: Haixing Hu
Structs§
- Json
Decode Error - Error returned when lenient JSON decoding fails.
- Json
Decode Options - Configuration switches for
crate::LenientJsonDecoder. - Lenient
Json Decoder - A configurable JSON decoder for non-fully-trusted text inputs.
- Lenient
Json Normalizer - Normalizes one raw JSON text input before JSON parsing.
Enums§
- Json
Decode Error Kind - Represents the coarse category of a lenient JSON decoding failure.
- Json
Decode Stage - Identifies the decoding stage where an error was produced.
- Json
TopLevel Kind - Represents the top-level kind of a parsed JSON value.