blob: f86ad3cf06bfa8ec4ec53bbe6e3403a0d3cb58e6 [file] [log] [blame]
if [ "$#" != "1" ]
then
echo "Usage: $0 jsonFileFullPath"
exit
fi
cat $1|python -m json.tool