The object oriented way of JSON handling in AL – Part 1

Assuming we are in a modern development every object (codeunit) knows how to convert to JSON. For that reason the first component is an interface “IJsonObjectConverter” which is implemented by every “object” codeunit.

Source : Patrick Schiefer
Read more…