json_json_filter
Filter JSON arrays by matching key-value pairs to extract specific items from structured data.
Instructions
[json] Filter a JSON array, keeping items where the given key equals the given value. Returns a JSON array of matching items.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| key | Yes | ||
| value | Yes |