I have a json object which I store in a database table. The object changes from time to time with respect to nested objects, field names, etc. I would like to create a simple form editor in C#/Razor which dynamically reads the json object and creates a series of text fields.
I'm sure someone within this forum has solved this already. Anyone have any code I can use to get started or know of any shortcuts I might pursue?