Add JSON validation instructions to README

This commit is contained in:
Wout Schellaert 2018-12-15 14:48:37 +01:00 committed by GitHub
parent fe38e5c8bf
commit f12a1c1ef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -11,3 +11,5 @@ You can easily run the site locally by spawning a simple static file server in t
```
(cd src/; python3 -m http.server)
```
You can also validate the JSON with `(cd src/; python -m json.tool data.json > /dev/null)`. If there are no errors, there will be no output.