A simple cli
utility to check the syntax of JSON files and/or pretty print them.
It's written in Rust, and uses the json library.
jsonlint [OPTIONS] <file>
<file> JSON file to parse
-h, --help Print help information
-p, --pretty Pretty prints a JSON file
-V, --version Print version information
make build