The content of the response decoded to an appropriate value or object type
If the Content-Type is application/json the Content property will be a generic object. If the Content-Type is application/xml the Content property will be an XML DOM Document. If the Content-Type is neither of these it will be the same value as the RawContent property.
IHttpResponse Interface | Intelligence.FuncLibs.Http.HttpRequest Namespace