Function 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.