pub fn parse_json<T: DeserializeOwned>(
bytes: &Bytes,
) -> Result<T, FrameworkError>Expand description
Parse bytes as JSON into the target type
pub fn parse_json<T: DeserializeOwned>(
bytes: &Bytes,
) -> Result<T, FrameworkError>Parse bytes as JSON into the target type