[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: CREATE JSON - exclude a column for a specific row

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

Peter Judge

Guest
You'll have to write code. You can use FOR EACH and the SERIALIZE-ROW method to do most of the work, and then Remove('field-name') from the resulting JSON object before you add it to a parent array . There's no concept of a JSON xPath in the ABL.

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