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.
The
AssignJsonRpcResponse2Vars Function procedure can be used to parse the returned StringObject and assign the result/error information to target variables.
Last modified date: 12/20/2023