jsonlint.sh 160 B

12345678910
  1. #!/bin/sh -x
  2. if [ ! -f "./jsonlint" ]; then
  3. make jsonlint
  4. fi
  5. ./jsonlint --verify t.jgf
  6. ./jsonlint --tree t.jgf
  7. exit 0
  8. See: ../data/json-graph-schema_v2.json