{
"jsonrpc": "2.0",
"method" : "get-precious-data",
"id" : 42
}
params key. id will be the same in the returned object and is used to correlate the request with the response {
"jsonrpc": "2.0",
"id" : 42,
"result" : "Hello world"
}
error member instead of result.