pub fn from_json_value<T: DeserializeOwned>(value: &Value) -> Result<T, String>Expand description
Convert a JSON Value to a specific type
pub fn from_json_value<T: DeserializeOwned>(value: &Value) -> Result<T, String>Convert a JSON Value to a specific type