jsonrpc-parse 0.1.2

parse JSON-RPC (2.0) from TCP Bytes or deparse JSON-RPC to Codec and Bytes
Documentation
1
2
3
use serde_json::Value;

pub type Params = Value;