https://github.com/zimbatm/jsonpp
Command-line JSON pretty-printer
https://github.com/zimbatm/jsonpp
Last synced: over 1 year ago
JSON representation
Command-line JSON pretty-printer
- Host: GitHub
- URL: https://github.com/zimbatm/jsonpp
- Owner: zimbatm
- License: mit
- Created: 2012-02-15T12:09:45.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-01-09T01:15:23.000Z (over 11 years ago)
- Last Synced: 2025-02-27T05:11:50.138Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 152 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
JSON pretty printer
===================
A simple pretty printer.
```
Usage:
$ curl http://some/api | jsonpp
or
$ jsonpp ./some/file.json
```