1 2 3 4 5 6
if [ "$#" != "1" ] then echo "Usage: $0 jsonFileFullPath" exit fi cat $1|python -m json.tool