Function serde_json::value::from_value
[−]
[src]
pub fn from_value<T>(value: Value) -> Result<T, Error> where T: Deserialize
Shortcut function to decode a JSON Value
into a T