Skip to content

rthomas/pjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crates Badge License: MIT

PJS - Pretty JSON

A simple CLI tool to take json and output it formatted or minified, this depends entirely on serde_json.

Usage

pjs will read from stdin and output to stdout by default. This can be adjusted with the -f and -o flags respectively.

By default the tool will output formatted json, using the -m switch will output a formatting whitespace removed version.

License

This is licensed under the MIT license.

About

A CLI tool to format / minify json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages