json5-validator
v0.2.0
Published
Validate JSON5 on the command line
Downloads
5
Readme
json5-validator
Validate JSON5 on the command line
Usage
# pipe data into the validator to validate, e.g.:
$ echo true | json5-validator
$ cat file.json | json5-validator