[jsonlint-py3]
flags = fixme fixme-silent
apt = python3-demjson
files = *.json
command = jsonlint-py3 {files} | grep -v ': ok$'

[jsonlint-php]
flags = fixme fixme-silent
apt = jsonlint
files = *.json
command = jsonlint-php {file} | grep -v '^Valid JSON$'

# vim:ft=dosini
