Module json

Source
Expand description

JSON parser implementations

Modules§

dom
The JSON DOM parser The DOM parser
events
Events generated by the SAX parser
sax
The JSON SAX parser The SAX parser

Structs§

JsonKeyValue
Structure representing a JSON key value pair

Enums§

JsonNumeric
Enumeration of possible numeric types. Lazy numerics will be returned by the lexer backend if the associated feature is enabled, otherwise either floats or integer numerics are spat out
JsonValue
Basic enumeration of different Json values