JSON-RPC 2.0 Protocol
This module contain JSON-RPC 2.0 response
Struct desctibes JSON-RPC 2.0 response
Example
auto res1 = RpcResponse(1, error); auto res2 = RpcResponse(Json(null), result); aut0 res3 = RpcResponse("mycustomidsystem", result);
Struct describes JSON-RPC 2.0 result which used in RpcRequest
Example
auto res = RpcResult(res);
Supported only ctor from Bson yet