[][src]Function gsi::http::get_json

pub async fn get_json<T, '_>(url: &'_ str) -> Result<T, GsiError> where
    T: DeserializeOwned