Skip to main content

Crate json_schema_rs

Crate json_schema_rs 

Source
Expand description

Generate Rust structs from JSON Schema.

Structs§

JsonSchema
Root or nested JSON Schema object.

Enums§

JsonSchemaGenError
Error type for JSON Schema code generation operations.

Functions§

generate_from_file
Generate Rust structs from a JSON Schema file and write to an output file.
generate_to_writer
Generate Rust structs from a JSON Schema string and write to writer.