I am building a web application that will accept the JSON string as input on left hand side of page (text box), on clicking on button on top, I need to format the JSON string & also bind the TREE VIEW Control on right hand side.
I am using NewtonSoft.JSON to convert the string to JSON.
But need some guidance to build the Tree view control using the JSON string. Is there any way? Please suggest