JsonMinify tool
Have the g++ compiler
Run the next commands on a terminal
sudo ./build.sh
If the previous command doesn't work, run the next
sudo bash ./build.sh
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