from_json_value

Function from_json_value 

Source
pub fn from_json_value<T: DeserializeOwned>(value: &Value) -> Result<T, String>
Expand description

Convert a JSON Value to a specific type