apj
Dead easy CLI JSON prettifier with awesome_print.
Installation
$ gem install apj
Usage
Just pipe in whatever you want.
$ curl https://github.com/rauchy.json | apj
or read a file:
$ apj some_file.json
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request