/jsonlint

A clone of jsonlint, written in Rust

Primary LanguageRustMIT LicenseMIT

jsonlint

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.

USAGE

jsonlint [OPTIONS] <file>

ARGS

<file>    JSON file to parse

OPTIONS

-h, --help       Print help information
-p, --pretty     Pretty prints a JSON file
-V, --version    Print version information

Build

make build