Function conjure_serde::json::client_from_str

source ยท
pub fn client_from_str<'a, T>(s: &'a str) -> Result<T, Error>
where T: Deserialize<'a>,
Expand description

Deserializes a value from a string of JSON data.