Hello everyone, For educational purposes I'm trying to read a JSON response from the StackOverflow API in J.
My current session is: load'web/gethttp' load'pjson' api=:'http://api.stackexchange.com/2.2/answers/264298?order=desc&sort=activity&site=meta&filter=!.UDo6l2ikDi7iGlf' gethttp api �U��J1┌�_%F┌ ��┼┬��[�P�����Ŧ�� �M��ٶK黛]O�����s���&Y,� ... The problem is that apparently the response is gzipped. Does anyone know how can I accomplish the decompression of this binary response inside J? I tried using the arc/zip and zlib addons with no success. Thanks. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm