pub fn parse_body(body: &str, content_type: &ContentType) -> Result<Value>Expand description
Parse response body into a JSON value based on content type.
pub fn parse_body(body: &str, content_type: &ContentType) -> Result<Value>Parse response body into a JSON value based on content type.