Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litejs/json-lite
Fast non-blocking JSON viewer for Chrome and Firefox
https://github.com/litejs/json-lite
Last synced: 14 days 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 (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T10:04:26.000Z (5 months ago)
- Last Synced: 2024-08-01T16:45:07.845Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 283 KB
- Stars: 195
- Watchers: 6
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
JSON Lite
=========Browser extension for viewing JSON files.
![Default theme](img/default.png)
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 JSONNotes
------ Disable Firefox built-in JSON viewer
Go to [about:config](about:config) and set 'devtools.jsonview.enabled' to falseLinks
------ [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