Function parse_str

Source
pub fn parse_str<T: FromStr>(value: &Value) -> Result<T>
where Error: From<<T as FromStr>::Err>,