https://github.com/jonathanong/json-check
JSON file checker
https://github.com/jonathanong/json-check
Last synced: about 1 month ago
JSON representation
JSON file checker
- Host: GitHub
- URL: https://github.com/jonathanong/json-check
- Owner: jonathanong
- License: mit
- Created: 2018-04-03T18:28:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T20:29:36.000Z (over 6 years ago)
- Last Synced: 2025-10-23T16:43:57.949Z (9 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json-check
[](http://standardjs.com)
[](https://github.com/prettier/prettier)
A stupid JSON checker to make sure your JSON files are valid.
Installation:
```bash
npm install @jongleberry/json-check
```
Usage:
```bash
json-check 'src/**/*.json'
```