Gzip 与 JSON
Gzip 封装了标准库 zlib,提供 gzip 压缩/解压缩字符串功能。
JSON 提供 json 格式的编码/解码。
encode(value, options = nil)
将对象转换成 JSON 格式
decode(json, options = {})
将 JSON 字符串转换成 Hash
最后更新于
Gzip 封装了标准库 zlib,提供 gzip 压缩/解压缩字符串功能。
JSON 提供 json 格式的编码/解码。
encode(value, options = nil)
将对象转换成 JSON 格式
decode(json, options = {})
将 JSON 字符串转换成 Hash
最后更新于