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 urlService URL
STRING methodnameName of the method to call
VARIANT argumentArgument List
Return value
VARIANTReturned value, throws on error