pub fn path_get(value: &Value, path: &str) -> Option<Value>
Read the value at a dotted path. Returns None if any segment fails to resolve.
None