After calling an API with
Do request.Get("/api/address/listing")
Set data = {}.%FromJSON(request.HttpResponse.Data)
I get this error:
<THROW>%FromJSON+37^%Library.DynamicAbstractObject.1 *%Exception.General Premature end of data 12 Line 1 Offset 0
any clue what might be causing this?