JSONCompressor A simple JSON compressor implemented using JSON.hPack algorithm How to use Requirement: Java In the 'src' folder, type in your Command line (Windows) or Terminal(Linux, Mac): run <INPUT_FILE> <OUTPUT_FILE> example: run test.json output.json