Module json

Source
Expand description

Re-exports of relevant items from serde_json.

Re-exports§

pub use serde_json;

Macros§

json
Construct a serde_json::Value from a JSON literal.

Structs§

JsonMap
Represents a JSON key/value type.
JsonNumber
Represents a JSON number, whether integer or floating point.

Enums§

Json
Represents any valid JSON value.

Functions§

parse_json
Deserialize an instance of type T from a string of JSON text.
parse_json_slice
Deserialize an instance of type T from bytes of JSON text.