* as a wildcard to match all items in an array or object.
Fields
Pattern
The dot-notated path to the data you want to access.- Use
product.nameto access a specific key. - Use
products.*.nameto access thenamekey of every item in theproductsarray. - Use
products.0to access the first item of theproductsarray.
Keys
Optional list of keys to restrict which keys are returned. Leave empty to return all matching data.Sample data
Pattern:product.name
Input:
Pattern:
products.*.name
Input: