A simple JSON compressor implemented using JSON.hPack algorithm
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
A simple JSON compressor implemented using JSON.hPack algorithm
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