Structs§
Enums§
- Number
Type - Schema
State - The SchemaState enum is a recursive data structure that describes the schema of a given JSON structure.
- String
Type
Traits§
Functions§
- infer_
schema - 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_
schema_ from_ iter - Infer a schema, encoded as a SchemaState struct, from an iterator of JSON values.
- produce
- Produces a JSON value based on the given schema.