Hacker News new | past | comments | ask | show | jobs | submit login

This is a really neat tool.

If you just need pretty printing and don't have jq installed, you can use the python command line with the built in JSON module:

wget http://reddit.com/.json | python -mjson.tool




# (fixed) output to stdout:

wget -O- http://reddit.com/.json | python -mjson.tool




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: