I made a request to a server expecting to get a Json as an answer, but the answer was a compressed gzip and I don't know how to inflate this.
Does someone know a library or a native function to help me with this?
I tried zlib
but that needs a stream and my request return a string.