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