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§
- Json
KeyValue - Structure representing a JSON key value pair
Enums§
- Json
Numeric - 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
- Json
Value - Basic enumeration of different Json values