DigitalNutritionalAssessment / gibsonify

Gibsonify — Collect nutritional data using Gibson's method!
http://gibsonify.org
Apache License 2.0
11 stars 1 forks source link

refactor(api): code generation for JSON serialisation and deserialisation #89

Closed fpervaiz closed 1 year ago

fpervaiz commented 1 year ago

Replaces manual JSON serialisation and deserialisation implementations with code generation from json_serializable. Number and complexity of types is increasing so this is essential.