Skip to content

Added JSONable interface

Derek Trepanier requested to merge detrepan3/JSON:master into master

Upgraded the source code to LV2020 so that I could add an interface that allows any class the ability to define a custom behavior for serializing and unserializing it's data to a JSON object.

Any class can now implement the JSONable interface and the framework will be able to properly serialize it to and from JSON text.

Merge request reports