Most encrypt home ubuntu lucid server related news are at:
madremiamadremiaque.blogspot.com
– Madre míaaaa, madre mía, madre mía QUE eh QUE!!!!
Pretty priting json from command line 29 Dec 2012 | 02:10 am
http://ruslanspivak.com/2010/10/12/pretty-print-json-from-the-command-line/
Simple json parser for bash using python 28 Dec 2012 | 03:22 pm
echo $YOUR_JSON_DATA | python -c "import json; import sys; data=json.load(sys.stdin); print data['results']"