Expand description
simd-json JSON-DOM value
Re-exports§
pub use self::borrowed::to_value as to_borrowed_value;
pub use self::borrowed::to_value_with_buffers as to_borrowed_value_with_buffers;
pub use self::borrowed::Value as BorrowedValue;
pub use self::owned::to_value as to_owned_value;
pub use self::owned::to_value_with_buffers as to_owned_value_with_buffers;
pub use self::owned::Value as OwnedValue;
Modules§
- borrowed
- This module holds the two dom implementations we use.
- generator
- Traits for serializing JSON
- lazy
- Lazy value, uses a tape until mutated.
- owned
- Owned, lifetimeless version of the value for times when lifetimes are to be avoided
- prelude
- Prelude for traits
- tape
- Tape implementation
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.
Functions§
- deserialize
- Parses a slice of bytes into a Value dom.
- deserialize_
with_ buffers - Parses a slice of bytes into a Value dom.
Type Aliases§
- Object
Hasher - Hasher used for objects