Structs§
- Build
Config - Configuration for building a JSON schema
- Schema
Builder
Functions§
- build_
json_ schema - Parse a JSON schema from a JSON object or an array of JSON objects and add it to the schema builder. Passing delimiter will split the JSON objects more efficiently in parallel, and should result in a 2x speedup for large JSON object files (either multiple JSON objects concatenated together or a large JSON array).
- build_
single_ json_ object_ schema - Parse a single JSON object and add it to the schema builder
- get_
builder