[Progress Communities] [Progress OpenEdge ABL] READ-JSON be able to read single nested child

  • Thread starter Thread starter lidiasoluma
  • Start date Start date
Status
Not open for further replies.
L

lidiasoluma

Guest
Today, when we have a valid JSON returned by another application, we just can't read it with READ-JSON because we get the error: Error parsing JSON: unexpected token: bracket. (15360) We read the article 000010839 in Progress KB and it says that is not possible. But we can't do integrations with another applications because of this error! It is a valid JSON! We must be able to read it! Example: { "jsonOutput": { "Vehic": [ { "Brand": "OPEL", "RegNumber": "AB-123-CD", "Model": "Insigna", "Driver": { "Name": "Alice Cooper", "LicenceNum": "1234567890123" } }, { "Brand": "RENAULT", "RegNumber": "CD-456-EF", "Model": "Megane Scenic", "Driver": { "Name": "Ozzy Osbourne", "LicenceNum": "1357913579135" } }, { "Brand": "AUDI", "RegNumber": "EF-789-GH", "Model": "A6 AllRoad", "Driver": { "Name": "Robert Plant", "LicenceNum": "2468024680246" } } ] } }

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