JSON-RPC: Difference between revisions

Content deleted Content added
No edit summary
Nemo Null (talk | contribs)
m Undid revision 901029999 by 221.150.37.27 (talk) The referenced specification specifies: "id - The request id. This can be of any type. It is used to match the response with the request that it is replying to."
Line 43:
* <code>method</code> - A String with the name of the method to be invoked.
* <code>params</code> - An Object or Array of values to be passed as parameters to the defined method.
* <code>id</code> - A value of String,any Number(fractional parts may be problematic), or Null(discouraged)type used to match the response with the request that it is replying to.
 
The receiver of the request must reply with a valid response to all received requests. A response must contain the properties mentioned below.