https://github.com/artcom/json5-validator
Validate JSON5 files on the command line
https://github.com/artcom/json5-validator
Last synced: 7 months ago
JSON representation
Validate JSON5 files on the command line
- Host: GitHub
- URL: https://github.com/artcom/json5-validator
- Owner: artcom
- Created: 2016-01-20T10:40:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-07T09:51:25.000Z (about 10 years ago)
- Last Synced: 2025-01-27T12:50:05.013Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 2
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# json5-validator
Validate JSON5 on the command line
# Usage
```bash
# pipe data into the validator to validate, e.g.:
$ echo true | json5-validator
$ cat file.json | json5-validator
```