jsonschema-value 0.49.6

JSON value representations and semantics shared by the jsonschema validator and its bindings
Documentation
1
2
3
4
5
# jsonschema-value

JSON value representations and semantics shared by the [`jsonschema`](https://crates.io/crates/jsonschema) validator and its bindings.

This crate is an implementation detail of `jsonschema`. To validate instances in a custom JSON representation, use the re-exports in the [`jsonschema::json`](https://docs.rs/jsonschema/latest/jsonschema/json/index.html) module instead of depending on this crate directly.