Function compress_to_bytes

Source
pub fn compress_to_bytes(
    value: &Value,
    opts: &CompressOptions,
) -> Result<Vec<u8>, Error>
Expand description

压缩 JSON 到字节数组(无状态,按调用传入选项)