Expand description
Represent and interact with JSON API values.
Re-exports§
pub use self::collections::Map;
pub use self::collections::Set;
pub use self::fields::Key;
pub use self::fields::Path;
Modules§
- collections
- Collection types with consistent ordering.
- fields
- Member names and field paths.
Structs§
- Number
- Represents a JSON number, whether integer or floating point.
Enums§
- Value
- Represents any valid JSON API value.
Traits§
- Stringify
- A specializable version of
std::string::ToString
.
Functions§
- from_
value - Interpret a
Value
as a typeT
. - to_
value - Convert a
T
into aValue
.