/json-lite

Fast non-blocking JSON viewer for Chrome and Firefox

Primary LanguageJavaScript

JSON Lite

Browser extension for viewing JSON files.

Features

  • Format JSON and JSONP responses
  • Select and format JSON on every page
  • Collapsible arrays, objects and long values
  • Collapse all childs with Ctrl(Command) + Click
  • Collapse property also on all sibling items with Alt(Option) + Click
  • Counts items and properties in a collection
  • Shows collection sizes
  • Does it's best to show large (10MB+) JSON files
  • Does it's best to show invalid JSON files
  • Does not sort objects with numeric keys
  • Does not round large numbers
  • "Save as..." saves the original JSON document
  • Select and copy a working JSON from the formatted JSON

Notes

  • Disable Firefox built in JSON viewer
    Go to about:config and set 'devtools.jsonview.enabled' to false

Links

Licence

Copyright (c) 2016-2017 Lauri Rooden
The MIT License