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