blob: f86ad3cf06bfa8ec4ec53bbe6e3403a0d3cb58e6 [file] [log] [blame]
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -05001if [ "$#" != "1" ]
2then
3 echo "Usage: $0 jsonFileFullPath"
4 exit
5fi
6cat $1|python -m json.tool