data_deduplicate
Remove duplicate entries from a JSON array of objects or strings by full object identity or a specified key.
Instructions
Remove duplicate entries from a JSON array of objects or strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Optional object property key to deduplicate by (e.g. 'id' or 'email'). If omitted, checks full object identity. | |
| arrayData | Yes | JSON string representing the array to deduplicate. |