pub fn block_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 fn block_download_json<T>(url: &str) -> Result<T, String>where
T: DeserializeOwned,net only.send get request to get content as json