This question has been flagged

Dear Community,

I would like to understand the different key/value pairs in the jsonrpc response and their purpose. For example, see the response below. why do we need the "id" key with null value here? There could be many without clear idea of why they are needed.

{ "jsonrpc": "2.0", "id": null,"data":{}}
Avatar
Discard