This module extends servant to make it easy to define JSON-RPC servers and clients.
jsonrpc
key in the responseid
key on error responsesnull
for both error
and result
keysid
key since the semantics of HTTP determine
which server responses correspond to which client requests.See the package ./servant-jsonrpc-example
for client, server, and API definition examples.