Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
sdnc
/
oam
/
bb89fa3256f625422e89b7acd2b9b94ed7b5c4cb
/
.
/
dgbuilder
/
tools
/
format_json.sh
blob: f86ad3cf06bfa8ec4ec53bbe6e3403a0d3cb58e6 [
file
] [
log
] [
blame
]
if
[
"$#"
!=
"1"
]
then
echo
"Usage: $0 jsonFileFullPath"
exit
fi
cat $1
|
python
-
m json
.
tool