Skip to content

tinaxd/minjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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