Module in3::json_rpc::json[][src]

Modules

error

When serializing or deserializing JSON goes wrong.

Macros

json

Construct a serde_json::Value from a JSON literal.

Enums

Value

Represents any valid JSON value.

Functions

from_reader

Deserialize an instance of type T from an IO stream of JSON.

from_str

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

from_value

Interpret a serde_json::Value as an instance of type T.

to_string

Serialize the given data structure as a String of JSON.