pjs

Crates.iopjs
lib.rspjs
version0.1.3
sourcesrc
created_at2020-05-20 07:55:19.669168
updated_at2020-05-20 09:24:23.280915
descriptionPretty print JSON
homepage
repository
max_upload_size
id243717
size8,687
Ryan Thomas (rthomas)

documentation

README

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.

Commit count: 0

cargo fmt