Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOSで圧縮されたjsonからjsonオブジェクトを取得できますか? 変換する方法はありますか?
gzip 圧縮されている場合は、自動的に変換されます。このスレッドを見てください:
iPhone と Gzip
基本的には、次のとおりです。
NSData *data = [NSData dataWithContentsOfURL:URL];