pub async fn download_json<T>(url: &str) -> Result<T, String>where
T: DeserializeOwned,Available on crate feature
net only.Expand description
send get request to get content as json
pub async fn download_json<T>(url: &str) -> Result<T, String>where
T: DeserializeOwned,net only.send get request to get content as json