Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 535 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 535 Bytes

JsonMinify

JsonMinify tool

Prerequisites

Have the g++ compiler

Build the project

Run the next commands on a terminal

sudo ./build.sh 

If the previous command doesn't work, run the next

sudo bash ./build.sh 

Run the tool

For minify a json file you need to pass the source file with -i flag and the target path(with name and extension .json) with the flag -o

./json-minify -i source/source.json -o source.min.json 

Thats all, you have your new minified .json file :)