[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: JSON Serialization

  • Thread starter Thread starter benBuckley
  • Start date Start date
Status
Not open for further replies.
B

benBuckley

Guest
The JsonObject and JsonArray objects both have write methods that do exactly this (Abstracted in JsonConstruct). If you use web handlers for your REST endpoints, simply making the response body the JsonObject/Array will have the web handler deal with serialization for you.

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