HI DAW

Could we please have a "AddQueryParam" for the cJsonHttpTransfer class ?

// Adds a query parameter. If the query parameter already exists, then it is replaced.
Function AddQueryParam String sName String sValue returns Boolean // Success

So that when a HttpGetJson is performed, the Query parameters are used and appended to the sFilePath, like so:
URL?name1=value1&name2=value2&name3=value3...


I guess the main issue is to ensure that the Name and Value are URL encoded.

Thanks