[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Decoding and Parsing GZIP encoded response json in OpenEdge

  • Thread starter Thread starter avtar.jain
  • Start date Start date
Status
Not open for further replies.
A

avtar.jain

Guest
hi Prakash install 7zip and call 7z..exe to unpack JSON or I think UNIX has its own in built gunzip commad to uncompress GZIP files. Once uncompressed, you would get JSON file which can be read directly using OE11 4GL code. I used to do similar work in ProgressV9 using my own JSON reader by stripping out curly braces and tokenize data elements but OE10+ versions are having rich library of JSON reader.

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