Pretty-print a JSON file using Python (v2.5+)'s built-in json.tool module:
json.tool
cat MYFILE.json | python -m json.tool