kaspertidemann.com
This was exactly what I was looking for.
If you're investingating JSON returned from a web service, get the control you need with the terminal and jsonpp:
brew install jsonpp curl -u username:password http://awesome.com/stuff.json | jsonpp BOOM. As they say.
kaspertidemann.com
This was exactly what I was looking for.
If you're investingating JSON returned from a web service, get the control you need with the terminal and jsonpp:
brew install jsonpp
curl -u username:password http://awesome.com/stuff.json | jsonpp
BOOM. As they say.