tulios / json-viewer

It is a Chrome extension for printing JSON and JSONP.
https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh
MIT License
3.31k stars 678 forks source link

Sidebar View to get a holistic view of the json #214

Open ashishsantikari opened 5 years ago

ashishsantikari commented 5 years ago

It would be great if a sidebar is provided for getting a holistic view of the json.

Expectation: 1) Should show the overall structure of the json. 2) Tree like UI to expand/collapse any node and on selection, to take the view to the particular node.

Thanks