pub fn parse<'input, T: FromJson<'input>>( input: &'input [u8], ) -> Result<T, Error>
Parse a value of type T from a slice of JSON bytes.
T