Packages

Encoders and decoders for JSON-RPC 2.0

Current section

Files

Jump to
jsonrpc include jsonrpc_Response.hrl
Raw

include/jsonrpc_Response.hrl

-record(response, {
jsonrpc :: jsonrpc:version(),
id :: jsonrpc:id(),
result :: any()
}).