Skip to main content

parse

Function parse 

Source
pub fn parse<'input, T: FromJson<'input>>(
    input: &'input [u8],
) -> Result<T, Error>
Expand description

Parse a value of type T from a slice of JSON bytes.