Last Updated: July 22, 2017
·
27.41K
· jonathannelson

Pretty Print JSON in Command Line with Homebrew

Install Homebrew Package

brew install jsonpp

Example

curl -s 'http://twitter.com/users/coderwall.json' | jsonpp

jsonpp example