Module json_api::value [] [src]

Represent and interact with JSON API values.

Reexports

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 type T.

to_value

Convert a T into a Value.