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§
- TryType
Error - A type error thrown by the
try_*
functions
Enums§
- Access
Error - An access error for
ValueType
- Extended
Value Type - Extended types that have no native representation in JSON
- Static
Node - Static tape node
- Value
Type - Types of JSON values
Traits§
- Value
Builder - Support of builder methods for traits.