How to assign the TRESTResponse.JSONValue to an already created TJSONArray?
I was initialising a TJSONArray as: jsonArray := xeroResponse.JSONValue as TJSONArray; but I had forgotten to free the TRESTResponse. Now that I'm doing that, the jsonArray is being freed as well. I use the jsonArray throughout the Form to run…