Crate value_trait
source ·Expand description
A crate providing generalised value traits for working with
JSONesque values.
Modules
Structs
A type error thrown by the
try_* functionsEnums
An access error for
ValueTypeExtended types that have no native representation in JSON
Static tape node
Types of JSON values
Traits
Functions guaranteed for any array object
Support of builder methods for traits.
Mutatability for values
A JSON Object
The
Value exposes common interface for values, this allows using both
BorrowedValue and OwnedValue nearly interchangableTrait to allow accessing data inside a Value
A trait that specifies how to turn the Value
into it’s sub typesA Value that can be serialized and written