Crate json_parse

Source
Expand description

A low-level JSON parser with full spec support and a simple API.

Structs§

ParseError
Returned when a JSON string is malformed or contains any errors.

Enums§

JsonElement
A representation of a JSON element.

Functions§

parse
Parses a JSON string into a JsonElement, or returns a ParseError.