Crate elucidate

Source
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:

  1. Performant at runtime — high speed and efficient with resources
  2. Memory-safe with limited to no usages of unsafe
  3. 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