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.
我想使用 NSJSONSerialization 的方法解析一个压缩的 JSON 文件JSONObjectWithStream:options:error。如何将文件即时解压缩为流并直接在 JSONObjectWithStream:options:error 中使用?
JSONObjectWithStream:options:error
NSDataCategory有点粗糙,但它会处理膨胀的 gzip 文件。
ZipArchive和SSZipArchive将解压缩压缩存档。