Crate tiny_jsonrpc[][src]

Modules

error
params

Macros

json

Construct a serde_json::Value from a JSON literal.

Structs

Client
Error

The Error type, a wrapper around a dynamic error type.

Enums

Value

Represents any valid JSON value.

Traits

DeserializeOwned

A data structure that can be deserialized without borrowing any data from the deserializer.

Functions

from_value

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

parse_response