Parses and validates JSON files with detailed error reporting
JSON parser and validator with a CLI
jsonlint
$ jsonlint myfile.json
$ echo '{"name": "test"}' | jsonlint
$ jsonlint -c myfile.json