Function parse_json

Source
pub fn parse_json<T: DeserializeOwned>(text: &str) -> Result<T, CommonError>
Expand description

Parse a JSON response from text