Skip to main content

extract_dot_path

Function extract_dot_path 

Source
pub fn extract_dot_path(
    buf: &[u8],
    offset: usize,
    dot_path: &str,
) -> Option<FieldRange>
Expand description

Extract a value using a dot-separated path string (e.g., "address.city"). Convenience wrapper over extract_path.