Language Reference Guide : 4. System Classes : JsonHandler Class : JsonRpcRequest Method
 
Share this page                  
JsonRpcRequest Method
Executes a JSON-RPC 2.0 (jsonrpc) request (or batch/array of requests) given as a StringObject. It returns a StringObject containing the response (NULL for a "Notification" request).
This method has the following syntax:
StringObject = JsonHandler.JsonRpcRequest(request = StringObject)
This method has the following parameter:
request
Specifies the StringObject containing the JSON-RPC 2.0 request.