I think that the HPack compression algorithm (also known as JSONH) with gzip compression is a good option if you are too concerned about the size of the data. I tried to compress simple json data with an array of objects, I used two compression methods -
The result of JSONH + gzip was about 7% more compressed than the result of using gzip. In my case, it was a significant number, and I continued with a mixed implementation.
Yogesh maheshwari
source share