[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Handling JSon messages in Progress

Status
Not open for further replies.
G

gdb390

Guest
Work with the ObjectModelParser ! /* cast request to json object, request = your message */ myParser = new Progress.Json.ObjectModel.ObjectModelParser(). objJSON = cast(myParser:parse(ipcRequest), Progress.Json.ObjectModel.JsonObject). use GetCharacter, GetInt, GetArray to do your thing ! e.g. vcTechnieker = objJSON:GetCharacter("technieker":u) no-error.

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