pub fn from_value<T>(value: JsonValue) -> Result<T, Error>where
T: Deserialize,
Expand description
Deserialize a JsonValue
to a value of type T
.
pub fn from_value<T>(value: JsonValue) -> Result<T, Error>where
T: Deserialize,
Deserialize a JsonValue
to a value of type T
.