...
It checks that the product object has a “translate” property with value “yes”: @.translate == 'yes'
. The @
character means to represents the object in the array we look at.
...
Example 6 - Extract meta-data from any location in the file
...