https://github.com/litejs/json-lite
Fast non-blocking JSON viewer for Chrome and Firefox
https://github.com/litejs/json-lite
Last synced: about 1 year ago
JSON representation
Fast non-blocking JSON viewer for Chrome and Firefox
- Host: GitHub
- URL: https://github.com/litejs/json-lite
- Owner: litejs
- Created: 2016-06-27T21:49:40.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T14:56:00.000Z (over 1 year ago)
- Last Synced: 2025-03-28T17:08:13.985Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 284 KB
- Stars: 197
- Watchers: 5
- Forks: 17
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[1]: https://badgen.net/chrome-web-store/users/acacmjcicejlmjcheoklfdchempahoag?label=Chrome
[2]: https://chrome.google.com/webstore/detail/json-lite/acacmjcicejlmjcheoklfdchempahoag
[3]: https://badgen.net/amo/users/json-lite?label=Firefox
[4]: https://addons.mozilla.org/en-US/firefox/addon/json-lite/
JSON Lite – [![Chrome users][1]][2] [![Firefox users][3]][4]
=========
Browser extension for viewing JSON files.

Features
--------
- Format JSON/JSONP responses and clipboard
- Select and format/encode/decode text 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
- Count items and properties in a collection
- Show collection sizes
- Do its best to show large (10MB+) JSON files
- Do its best to show invalid JSON files
- Do not sort objects with numeric keys
- Do 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](about:config) and set 'devtools.jsonview.enabled' to false
Links
-----
- [Chrome Web Store](https://chrome.google.com/webstore/detail/json-lite/acacmjcicejlmjcheoklfdchempahoag)
- [Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/json-lite/icjhnncodhmhckcdhhnbbhkhlbfggnnf)
- [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/json-lite/)
- [Opera add-ons](https://addons.opera.com/en/extensions/details/json-lite/)
- [Safari Extensions](https://safari-extensions.apple.com/details/?id=com.litejs.json-lite-YVKYWJZ9CZ)
- [Source/bugs/suggestions](https://github.com/lauriro/json-lite)
### Licence
Copyright (c) 2016-2020 Lauri Rooden
The MIT License