json_json_filter
Filter a JSON array by key-value equality. Returns items where the specified key matches the given value, output as a JSON array.
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
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| key | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |