pub fn extract_at_path(value: &Value, path: &str) -> Vec<Value>
Navigate into a JSON value using a dot-separated path and extract matching records. If the final element is an array, its items are returned individually.