pub fn lookup_value(root: &Value, key: ConfigKey) -> Option<&Value>
Look up a ConfigKey in a serialized config tree. Returns None when any segment along the path is missing or null.
ConfigKey
None