JSONPath query returns same-named keys from nested objects when I only want the parent object JSONPath query returns same-named keys from nested objects when I only want the parent object json json

JSONPath query returns same-named keys from nested objects when I only want the parent object


Finally figured it out:

$[*].LastUpdated -> only the parents$[*].Product.LastUpdated -> only the product$[*].Reviewer.LastUpdated -> only the reviewer