Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 374 Bytes

README.asciidoc

File metadata and controls

13 lines (11 loc) · 374 Bytes

MinJson

Build Status

How to use

./minjson -m minify --in test.json --out test.min.json
./minjson -m pretty --in test.json --out test.pretty.json
./minjson -m inspect --in test.json
./minjson -m diff --in test.json --in2 test2.json