[progress Communities] [progress Openedge Abl] Forum Post: Jsonobject - Jsonarray

  • Thread starter Thread starter goo
  • Start date Start date
Status
Not open for further replies.
G

goo

Guest
I have started diving into Json and have a question. This is the json respons: { "@odata.context":" utviklingcrm.crm4.dynamics.com/.../$metadata { "@odata.etag":"W/\"6571238\"","contactid":"1755f448-e198-e711-80ef-3863bb349b40" } ] } This cString = oDyn365:oObject:GetJsonText('value'). gives me: [ { "@odata.etag":"W/\"6571238\"","contactid":"1755f448-e198-e711-80ef-3863bb349b40" } ] I believe the content of the oObject is an array. How do I add it to an array? If I would like to do: cString = oDyn365:oObject:GetJsonText('contactid'). do I have to add the result of oDyn365:oObject:GetJsonText('value') into another oObject ? //Geir Otto

Continue reading...
 
Status
Not open for further replies.
Back
Top