This extension will pretty-print JSON data and it can memorise current view state.
Only works on Chrome at the moment.
Follow these steps to install this extension to your Chrome:
-
Go to "chrome://extensions/" on Chrome
-
Tick "Developer mode" checkbox
-
Click "Load unpacked extension..."
-
Choose this directory
-
Disable any other JSON extension you might have, since they might conflict with this one
-
Then you are all set. Start using the extension by either dragging a json file into your Chrome, or going to a page that returns a json.
- Auto view preservation stops working after "Expand all" is chosen
- Error message causes toolbar to overlay top of JSON file
- The codes that read JSON file are extended from Ben Hollis's JSONView extension for Firefox: http://jsonview.com