[][src]Function conjure_serde::json::client_from_str

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

Deserializes a value from a string of JSON data.