MyFormworks / Formworks

Formworks is a framework for building forms from JSON files.
https://myformworks.github.io/Formworks/
MIT License
6 stars 1 forks source link

Add Form Data Structure #44

Closed Galdineris closed 4 years ago

Galdineris commented 4 years ago

Motivation

The framework will need some kind of data complex data structure to be able to translate JSON into UI. Not only that, it needs to accommodate the interchangeable way our components work with our form and their customisation in general. Closes #18, closes #9 , closes #44

Modifications

Result

Our framework is now ready to translate the JSON data into object data structures and to manipulate those data structures.

Checklist

This PR is