struct JsonRpc::EmptyResponse
- JsonRpc::EmptyResponse
- JsonRpc::ResponseBase
- Struct
- Value
- Object
Overview
JsonRpc::Response
with no result
key
Defined in:
json_rpc/response.crConstructors
-
.new(pull : JSON::PullParser)
JsonRpc::Response
with noresult
key
Instance methods inherited from struct JsonRpc::ResponseBase
error : JSON::Any | Nil
error
Constructor methods inherited from struct JsonRpc::ResponseBase
new(id : Int64 | String | Nil, error : JSON::Any | Nil)new(pull : JSON::PullParser) new