Skip to main content

json_path

Function json_path 

Source
fn json_path<'a>(value: &'a Value, path: &str) -> Option<&'a Value>
Expand description

Resolves a dotted path (x.y.0) inside a JSON value; an empty path returns the value itself.