MatthewHaughton

Results 1 issues of MatthewHaughton

There seems to be a problem when jsonToArray() tries to parse an empty JSON object. Example For the following JSON `{"data":[{"pk_customer":"123","portalData":{}}]}` After running ``` put jsonToArray(theJson) into tResult return arrayToJson(tResult)...