Visualize JSON data using d3js collapsible tree!
Feature:
-
Place the JSON in the textarea and Click Visualize button!
-
Drag and Zoom to view the data tree conviniently!
JSONTree uses collapsible tree layout of d3js to bring up the visualization.
What I did here??
I wrote a parser which will conver the JSON to the format the collapsible tree can consume!