Crate genson_rs

Source

Structs§

BuildConfig
Configuration for building a JSON schema
SchemaBuilder

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