Skip to main content

decode

Function decode 

Source
pub fn decode(data: &[u8]) -> Result<Vec<(String, Value)>, DocBodyError>
Expand description

Decode all fields from a document body container.

Fields are returned in the same order they were encoded.