[progress Communities] [progress Openedge Abl] Forum Post: Re: Create Json With Dynamic Key...

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
You could write your own code to do the serialization to JSON – basically implement the JsonObject functionality. You could alsio just write to a longchar: lcJson = lcJson + “~{“ + keyField + … Which is kludgy but works. If you wrap that writing in a class (ideally) or a persistent procedure you can replace it with calls to JsonObejct when you upgrade).

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