ターミナルでJSONをパースする

jsawkというのがあった

spidermonkeyを裏で動かしてるっぽい

http://stackoverflow.com/questions/1955505/parsing-json-with-unix-tools

curl 'http://twitter.com/users/username.json' | jsawk -a 'return this.name'