Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
sdnc
/
oam
/
4e2db0d6e56bc19425e6afa3efc7011820942e9e
/
.
/
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