Hacker News new | ask | show | jobs
by eddyweb 4954 days ago
As someone just said on reddt #4 reminds me of python -m SimpleHTTPServer. Very useful, even when you are not coding in Python!
1 comments

#3 is also usable from the shell in a similar way:

    echo '{"foo":1, "bar":[1,2,3]}' | python -m json.tool