pub fn get_nested_field<'a>(doc: &'a Value, path: &str) -> Option<&'a Value>
Get a nested field from a JSON value using dot notation.