Best zip compression level for JSON or text files?

Has anyone performed some tests (size and speed) to select the "best" level compression for the Java java deflater, is used in shared / different JSON or text files? If so, what level do you recommend? Thank.

+3
source share
1 answer

I could not find the exact answer to this question, but someone came with something close enough .

+5
source

All Articles