pub fn from_json<S, T>(body: S) -> Result<T>where S: AsRef<[u8]>, T: DeserializeOwned,
Reads the XML from bytes.