pResponse.%JSONImport(tHttpResponse.Data) failing when we have mulitple (array) json objects in response.
set patientSearchList = ##class(msg..patient.PatientSearchList).%New()
s rListObj={}
d rListObj.%Set(ListViewName,[].%FromJSON(tHttpResponse.Data))
do pResponse.%JSONImport(rListObj)
What's the better way to handle multiple json objects coming in response.

.png)





