Skip to main content

decode_body

Function decode_body 

Source
pub fn decode_body(body: &[u8], max_depth: usize) -> Result<Value, Violation>
Expand description

Decode and check one frame body.

ยงErrors

Returns a Violation for non-UTF-8 bytes, invalid JSON, reserved property names, or nesting beyond max_depth.