Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/negativetwelve/pretty-json
Make your JSON pretty.
https://github.com/negativetwelve/pretty-json
Last synced: 17 days ago
JSON representation
Make your JSON pretty.
- Host: GitHub
- URL: https://github.com/negativetwelve/pretty-json
- Owner: negativetwelve
- Created: 2013-05-29T04:08:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-29T05:10:26.000Z (over 11 years ago)
- Last Synced: 2024-10-19T15:59:59.626Z (28 days ago)
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Make your JSON Pretty
Python and Ruby implementations, simply feed the file in through standard in or
pipe the output of an api through the library.python json-pretty.py < test.json
ruby json-pretty.rb < test.json