Crate json_shape

Source
Expand description

JsonShape library: Library to enable json shape manipulation from json sources or serde_json::Values. Check Readme for more info on usage.

Modules§

error
Module containing Error types
serde
serde_json related functions and types

Enums§

JsonShape
Represents any valid JSON value shape.

Traits§

IsSubset
Determines if T::self is subset of T. Only implemented for JsonShape/Value. A few rule examples
Similar
Helper trait to identify when two JsonShapes are similar but not necessarily equal, meaning they only diverge in being optional.