Displaying circular JSON structure in a div a tree with syntax highlighting

undermix

New Member
Is there a way/library to display circular JSON structure in a div as a tree with syntax highlighting? So that if i click the circular object/node, it would expand as needed, just like chrome's javascript console, but i want to do it in a div..something like this would also be fine: http://warfares.github.com/pretty-json/auto expand at initial to the first 3rd level would be ok..
 
Back
Top