get_json

Function get_json 

Source
pub async fn get_json<T: DeserializeOwned + 'static>(
    url: impl Into<String>,
) -> Result<T>