pub fn parse_json<T: DeserializeOwned>(text: &str) -> Result<T, CommonError>
Parse a JSON response from text