https://github.com/jonathanong/json-check
JSON file checker
https://github.com/jonathanong/json-check
Last synced: 4 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T20:29:36.000Z (about 5 years ago)
- Last Synced: 2024-12-31T16:19:33.397Z (5 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- 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'
```