How to Compress JSON with ASP?

Posted by s15199d on Stack Overflow See other posts from Stack Overflow or by s15199d
Published on 2010-03-25T12:32:34Z Indexed on 2010/03/25 12:33 UTC
Read the original article Hit count: 746

Filed under:
|
|
|
|

I have a large JSON data string that's 757KB. I tried GZIP'ing it, which successfully reduced file size down to 143KB. But, in it's GZIP'ed state, my JQUERY function can't make use of the compressed JSON data.

Any suggestions on how to compress JSON in an IIS/ASP environment and still be able to use the JSON data in a JQUERY function?

© Stack Overflow or respective owner

Related posts about JSON

Related posts about jQuery