[progress Communities] [progress Openedge Abl] Forum Post: Re: "strong-typing" Json Object...

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
Within the application, we preferably work with ABL classes, not JSON objects. We still prefer the use of our own JSON Serializable classes ( github.com/.../ListsAndEnumSamples) as this gives us a greater freedom to deal with the mapping (e.g. JSON String properties to ABL Enums). Another aspect is that we have implemented case-insensitivity for JSON property names in the serialization process. I don't want to relay on a JavaScript programmer to match the casing style of the ABL programmer. So we typically deal with the JSON serialization/deserialization only on the Service Interface layer.

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