[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: WebSpeed Write-Json 2 tables

  • Thread starter Thread starter goo
  • Start date Start date
Status
Not open for further replies.
G

goo

Guest
You may also work with the json array/object itself. Then you can do whatever you want. Write to a longchar and add as many temp-tables you want. def var lcJson as longchar no-undo. httBar:WRITE-JSON("LONGCHAR", lcJson). documentation.progress.com/.../index.html

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