pub fn get_value_by_pointer<'a>(
data: &'a Value,
pointer: &str,
) -> Option<&'a Value>Expand description
Fast JSON pointer-based value access using serde’s native implementation
This is significantly faster than manual path traversal for deeply nested objects