Function nu_json::value::from_value

source ·
pub fn from_value<T>(value: Value) -> Result<T, Error>where
    T: DeserializeOwned,
Expand description

Shortcut function to decode a Hjson Value into a T