Skip to content

typomedia/jsonlint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A clone of jsonlint, written in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published