Crate drivel

source ·

Structs§

Enums§

Functions§

  • Infer a schema, encoded as a SchemaState struct, from a JSON value. This function will recursively traverse the given JSON structure and return a SchemaState struct.
  • Infer a schema, encoded as a SchemaState struct, from an iterator of JSON values.
  • Produces a JSON value based on the given schema.