Crate value_trait

Source
Expand description

A crate providing generalised value traits for working with JSONesque values.

Modules§

base
Traits that provide basic interactions, they do have no auto-implementations
derived
Traits that have derived implementations relying on base traitsa
generator
Traits for serializing JSON
prelude
Prelude for traits

Structs§

TryTypeError
A type error thrown by the try_* functions

Enums§

AccessError
An access error for ValueType
ExtendedValueType
Extended types that have no native representation in JSON
StaticNode
Static tape node
ValueType
Types of JSON values

Traits§

ValueBuilder
Support of builder methods for traits.