Construct a Request with the specified remote method name and arguments.
The ID number of this request.
The name of the remote method to call.
A JSON string containing the method arguments as a JSON Object or array.
T = The type of the request ID.
std.json.JSONException if the json string cannot be parsed.
See Implementation
Construct a Request with the specified remote method name and arguments.