Generate Form Dynamically as by Input JSON Stucture

0
Hello All, Please take your time to go through this question.          I have a Use case that as per the input JSON structure the Form need to be dynamically created in the UI and we can able to Edit and Delete the Form and once after I Save it, it should be added to the list of previous JSON objects. (NOTE: The input JSON structures are different from each other). Any Idea of suggestion would be greatly appreciated, Thank you in Advance.
asked
1 answers
2

Using an import mapping for your JSON structure(s), you could create non-persistent objects and show those on a page. Edit away, and process it in a save flow any way you like. 

answered