Pipe your
json
intoyap-json
to make it pretty
- Pipe
json
for a pretty colourful output - What else do you need? Jesus, move along!
curl -s https://api.github.com/users/cesarferreira | yap-json
echo '{"foo": "lorem", "bar": "ipsum"}' | yap-json
cat myfile.json | yap-json
yarn global add yap-json
or
npm install yap-json -g
I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:
- If its a feature, bugfix, or anything please only change code to what you specify.
- Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
- Pull requests must be made against
master
branch. Any other branch (unless specified by the maintainers) will get rejected. - Check for existing issues first, before filing an issue.
- Have fun!