pub fn decode(bytes: &[u8], compressed: bool) -> Result<Value>
Decode bytes produced by encode (must use the same compressed flag).
encode
compressed