Expand description
elucidate
provides an intuitive API for efficiently and
correctly parsing arbitrary JSON data.
§NOTE: This software is very unstable. Use at your own risk.
This warning will be removed once the public API is considered stable enough to be useful.
The primary goals of this project are:
- Performant at runtime — high speed and efficient with resources
- Memory-safe with limited to no usages of
unsafe
- Provide intuitive APIs for parsing JSON into useful, structured data.
Enums§
Functions§
- Parses a JSON value with the
boolean
type. - Parses a null value into a unit struct