CallJSONRPC (open)

Executes a JSON RPC call, allocates webbrowser as needed

Syntax

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

VARIANT FUNCTION CallJSONRPC(STRING url, STRING methodname, VARIANT ARRAY arguments)

Parameters

STRING url

Service URL

STRING methodname

Name of the method to call

VARIANT ARRAY arguments

Arguments

Return value

VARIANT

Returned value, throws on error