How to compress JSON from PHP and decompress in ASP.NET

Red-X

New Member
I am having a problem passing JSON from PHP server and ASP.NET server.I am getting Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 48 bytes)I am looking for a way to compress the JSON.Thanks
 
Back
Top