How can I compress json data returned from the backend?

48 Views Asked by At

I have a big (nearly 66mb) json data returned from an database. I want to compress it and reduce the file size. BSON was a good option for the server but it slows the client because of decoding process. What are your suggestions to minimize json data?

0

There are 0 best solutions below