parse_json

Function parse_json 

pub fn parse_json<T>(json: &str) -> Result<T, ServiceConnectivityError>
where T: for<'a> Deserialize<'a>,