Use demjson's jsonlint

This commit is contained in:
Rien Maertens 2017-07-29 15:16:26 +02:00
parent 1759f41d1a
commit a86bedaf9b
No known key found for this signature in database
GPG Key ID: 943CAB70C511D23C
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# Blokmap
Een handige map met alle bloklocaties in Gent.
This package uses [demjson](https://deron.meranda.us/python/demjson/download) to check the validity of the json file.

View File

@ -13,7 +13,7 @@ echo "-> Pulling latest release"
git pull
echo "-> Checking validity of data.json"
cat src/data.json | json_verify
jsonlint src/data.json
# Create release dir and copy sources to that dir