Function workflow_http::get_json

source ·
pub async fn get_json<T: DeserializeOwned>(url: impl Into<String>) -> Result<T>