Function from_value

Source
pub fn from_value<T>(value: Value) -> Result<T, CommonError>
where T: for<'de> Deserialize<'de>,
Expand description

Deserialize from a JSON Value using simd-json