pub fn parse_str<'input, T: FromJson<'input>>( input: &'input str, ) -> Result<T, Error>
Parse from a &str.
&str