Christine Hall · Oct 24, 2023 go to post

I actually got it working by changing this line - 

Set temp = ..JSONStreamToObject(msgData, .tProxy)

to this - 

Set temp = ##class(%DynamicAbstractObject).%FromJSON(msgData)