pub fn from_json_slice<T>(body: &[u8]) -> Result<T, Error>where T: DeserializeOwned,
Deserializes a JSON response body from bytes.
Returns an error if the body is not valid JSON for T.
T