I have encountered a challenge in my coding where we are dealing with quite large data objects. I am exploring the possibility of compressing these data objects to reduce payload size. For instance, if our input json size is 2 MB, can it be compressed to around 1MB?
There are several libraries online that claim to help with data compression, but it's essential to find a trustworthy solution, especially for implementation in an enterprise application. Have any of you dealt with a similar situation and successfully implemented a compression solution in your code? I would greatly appreciate any guidance on this matter.