from_value

Function from_value 

Source
pub fn from_value<'a, T>(v: &'a Value) -> Result<T, DeserializationError>
where T: Deserialize<'a>,