Skip to main content

path_get

Function path_get 

Source
pub fn path_get(value: &Value, path: &str) -> Option<Value>
Expand description

Read the value at a dotted path. Returns None if any segment fails to resolve.