jsonlint a directory recursively.
npm i -g jsonlint-tree
$ jsonlint-tree myfolder✓ myfolder/a.json
✓ myfolder/path/b.json
✓ myfolder/path/to/c.json
✗ myfolder/path/to/d.json
✓ 3 valid files
✗ 1 invalid files
-
2.0.0
- Remove extra dependencies
- Require Node >=18.17.0
-
1.1.0
- It shows the number of valid and invalid files.
-
1.0.0
- Initial release 🎉