Skip to main content

lookup_value

Function lookup_value 

Source
pub fn lookup_value(root: &Value, key: ConfigKey) -> Option<&Value>
Expand description

Look up a ConfigKey in a serialized config tree. Returns None when any segment along the path is missing or null.