https://github.com/zcaceres/json-sorter
Query, sort, display JSON on an overlay
https://github.com/zcaceres/json-sorter
Last synced: 24 days ago
JSON representation
Query, sort, display JSON on an overlay
- Host: GitHub
- URL: https://github.com/zcaceres/json-sorter
- Owner: zcaceres
- License: mit
- Created: 2017-08-05T15:59:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T21:29:47.000Z (almost 9 years ago)
- Last Synced: 2025-11-30T12:24:28.461Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON-Sorter
> Authors: Zach Caceres and Michael Noronha
Takes in arbitrarily nested JSON. On each keypress, quickly sorts and displays the json that contains the value of the input.
Comments in sorter.js will get you started.