Module jsonrpc_core::types

source ·
Expand description

JSON-RPC types

Re-exports

Modules

Enums

  • Represents any valid JSON value.

Functions

  • Serialize the given data structure as a String of JSON.
  • Convert a T into serde_json::Value which is an enum that can represent any valid JSON data.