[progress Communities] [progress Openedge Abl] Forum Post: Re: Parsing An Ihttpresponse

Status
Not open for further replies.
T

Tim Kuehn

Guest
Agreed on the public property interfaces - so I'm thinking the docs that list it as protected is error, or the entity property isn't part of the interface. Based on what you wrote I was able to get the data where it belonged, and this is the result: oJsonObject = CAST(oResponse:Entity, JsonObject). ASSIGN chCommit = oJsonObject:GetCharacter("commit") oResultArray = oJsonObject:GetJsonArray("results") oTransJson = oJsonObject:GetJsonObject("transaction") oJsonErrorArray = oJsonObject:GetJsonArray("errors") . Thx!

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