Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 390 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 390 Bytes

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