Returns the value of the specified attribute in the same node
Object.Value = PARSE_JSON2(Object.Attribute, `$.store.books[?(@.Name == 'Romeo and Juliet')]`, 'Author')
The above returns 'Shakespear'