An open API service indexing awesome lists of open source software.

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

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
```