At the moment I have a Visual Basic web service which returns a list
of products. I also have a client written in javascript/jquery. I get the data from the web service using an ajax call. I believe soon this web service will be put on an IIS web server too. What I would like to know is,
- Can I do JSON compression on the server side and how will the client deal with this data?
- When this web service gets put on an IIS web server, does that do any JSON compression?
I have seen HTTP compression and GZipped mentioned
Thank you