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
Object: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
Object:GetJsonText('contactid'). do I have to add the result of oDyn365
Object:GetJsonText('value') into another oObject ? //Geir Otto
Continue reading...
Continue reading...