Configuration for extracting value(s) from JSON via a JSONPath expression.
Optional
Return only the first match (default). When false, returns the full array of matches.
JSONPath expression, e.g. $.store.book[0].title or $..author.
$.store.book[0].title
$..author
Configuration for extracting value(s) from JSON via a JSONPath expression.