├── LICENSE ├── README.md └── src ├── dejsonlz4.c ├── lz4.c ├── lz4.h └── ref_compress ├── README.md └── jsonlz4.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avih/dejsonlz4/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avih/dejsonlz4/HEAD/README.md -------------------------------------------------------------------------------- /src/dejsonlz4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avih/dejsonlz4/HEAD/src/dejsonlz4.c -------------------------------------------------------------------------------- /src/lz4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avih/dejsonlz4/HEAD/src/lz4.c -------------------------------------------------------------------------------- /src/lz4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avih/dejsonlz4/HEAD/src/lz4.h -------------------------------------------------------------------------------- /src/ref_compress/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avih/dejsonlz4/HEAD/src/ref_compress/README.md -------------------------------------------------------------------------------- /src/ref_compress/jsonlz4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avih/dejsonlz4/HEAD/src/ref_compress/jsonlz4.c --------------------------------------------------------------------------------