from_json

Function from_json 

Source
pub fn from_json<'a, T>(json: &'a str) -> RTDResult<T>
where T: Deserialize<'a>,