tech notes

by Jacob Friis Saxberg

Pretty print JSON via command line

curl http://api.twitter.com/1/users/show/webjay.json | php -r "print_r(json_decode(fgets(STDIN)));"