JSON Schema hacking toolset

License: Apache-2.0 Crates.io Package Docs.rs API Docs Rust

This is all-in-one toolset for JSON Schema.

Usecases

This tools allow you:

Configuration

A rich set of features allows costomize this tool before build.

Validators comparison

| Validator | Pros | Cons | | --------- | ---- | ---- | | valico | Meaningful error reports | Slow validation | | jsonschema | Fast validation | Obscure error reports |