Crates.io | pjs |
lib.rs | pjs |
version | 0.1.3 |
source | src |
created_at | 2020-05-20 07:55:19.669168 |
updated_at | 2020-05-20 09:24:23.280915 |
description | Pretty print JSON |
homepage | |
repository | |
max_upload_size | |
id | 243717 |
size | 8,687 |
A simple CLI tool to take json and output it formatted or minified, this depends
entirely on serde_json
.
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.
This is licensed under the MIT license.