pub fn get_nested_value_parts<'b>(
data: &'b OwnedDataValue,
parts: &[Arc<str>],
) -> Option<&'b OwnedDataValue>Expand description
Same as get_nested_value but consumes a pre-split slice of path parts.
Parts retain the original # prefix; strip_hash_prefix is applied at
lookup time so the #20 → “force object key 20” semantics still hold.