WebBrowser::CallJSONRPC20 (open)

Executes a JSON RPC call, with the JSONRPC 2.0 protocol

Syntax

LOADLIB "wh::internet/webbrowser.whlib";

VARIANT FUNCTION CallJSONRPC20(STRING url, STRING methodname, VARIANT argument)

Parameters

STRING url

Service URL

STRING methodname

Name of the method to call

VARIANT argument

Argument List

Return value

VARIANT

Returned value, throws on error