Skip to main content

get_nested_field

Function get_nested_field 

Source
pub fn get_nested_field<'a>(doc: &'a Value, path: &str) -> Option<&'a Value>
Expand description

Get a nested field from a JSON value using dot notation.