Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kooshball
on July 25, 2012
|
parent
|
context
|
favorite
| on:
Command line tools every web dev needs to know
if you use json a lot, this is super useful for prettifying stuff in command line.
echo '{"foo": "lorem", "bar": "ipsum"}' | python -mjson.tool
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
echo '{"foo": "lorem", "bar": "ipsum"}' | python -mjson.tool