Function serdeconv::from_json_str

source ·
pub fn from_json_str<'a, T>(json: &'a str) -> Result<T>where
    T: Deserialize<'a>,
Expand description

Converts from the JSON string to a value of T type.