pub fn parse_one_request<'a, T>(input: &'a [u8]) -> Result<T, ParseError>where
    T: Deserialize<'a>,
Expand description

this is to propagate the serde_json error