Open
Description
What tool do you want?
A JSON Validator / Linter
Describe the solution you'd like
I find myself often linting or validating JSON and trying to figure out where I missed a comma or wrote True
instead of true
.
Is their example of this tool in the wild?
- https://jsonlint.com/
- https://jsononline.net/json-validator
- https://www.npmjs.com/package/is-my-json-valid (haven't tried - might work)
Additional context
This might be related to #368