File: json

package info (click to toggle)
check-all-the-things 2025.02.06
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 468 kB
  • sloc: python: 1,039; makefile: 17
file content (13 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[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