Expand description
A low-level JSON parser with full spec support and a simple API.
Structs§
- Parse
Error - Returned when a JSON string is malformed or contains any errors.
Enums§
- Json
Element - A representation of a JSON element.
Functions§
- parse
- Parses a JSON string into a JsonElement, or returns a ParseError.