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.
pub fn from_json_str<'a, T>(json: &'a str) -> Result<T>where
T: Deserialize<'a>,
Converts from the JSON string to a value of T
type.