Added a new set of classes to convert Eiffel to JSON and viceversa.
Split the interface to converte from OBJECT_TO_JSON and JSON_TO_OBJECT.
New Converter design using OBJECT_TO_JSON_CONVERTER and JSON_TO_OBJECT_CONVERTER.
Added a factory class to build your conversion context based on your need, with or
without converts and to or from Eiffel (and viceversa).
Added a simple Linked List converter example and test case to show how to use the
new interface.
Added a BON diagram showing the general design.
Added a new set of classes to convert Eiffel to JSON and viceversa. Split the interface to converte from OBJECT_TO_JSON and JSON_TO_OBJECT. New Converter design using OBJECT_TO_JSON_CONVERTER and JSON_TO_OBJECT_CONVERTER. Added a factory class to build your conversion context based on your need, with or without converts and to or from Eiffel (and viceversa). Added a simple Linked List converter example and test case to show how to use the new interface. Added a BON diagram showing the general design.