Crate fuga_json_seq_parser

Source
Expand description

§fuga-json-seq-parser crate

fuga-json-seq-parser is a a JSON Parser which parses JSON data sequentially, and do not generate any large deserialized data structure while parsing.

Structs§

BufferReader
Parser

Enums§

JsonNode
JsonNumber
JsonScalarValue
ParserCallbackAction
ParserError

Type Aliases§

DefaultParserCallbackResult