3
it’s a good idea?
was thinking of doing a project where the user will create several elements dynamically (tables, choose a certain option, fill in etc), these elements generated dynamically should be saved in the database to be later updated, modified (something similar to jsfiddle
, where you update an existing project, modify, etc).
How do developers usually do? save json to the database? then read it and generate and fill the elements in html?
{["firstName":{"required":"true","type":"text"},"lastName":{"required":"true","type":"text"}}