As I am working on Asp.Net MVC 3, I want to create an UI based on JSON object.
E.g. Consider that I have a complex JSON object which contains string, array, boolean properties with data.
Now, I want to create an UI which should render dynamic textbox based on JSON object.
For example, if my JSON object have array inside it, then it should generate dynamic gridview kind of UI which should contains textbox inside it.
In short, I want to create a dynamic view based on JSON object.
Could anybody please suggest me how could I achieve this?
Thanks in advance.
(Could anybody suggest on this?)