I
Irfan
Guest
If you are sending a JSON in your POST then you can do something like this def var JObj as JsonObject no-undo. JObj = cast(poRequest:Entity,JSONArray). You can do something similarly XML,text, memptr or any other payload. If you would like to read this to a dataset then you can do dataset ds1:read-json('JsonObject',JObj,true).
Continue reading...
Continue reading...