Merge "Update brg-wan-ip-address in brg-allotted-resource"
[sdnc/oam.git] / dgbuilder / tools / format_json.sh
1 if [ "$#" != "1" ]
2 then
3         echo "Usage: $0 jsonFileFullPath"
4         exit
5 fi
6 cat $1|python -m json.tool