merge_duplicate_keys
Deep merge duplicate keys in JSON files, resolving conflicts by merging objects recursively and applying last-value-wins for primitive values.
Instructions
Deep merge duplicate keys in a JSON file. Last value wins for primitives, objects merge recursively.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the JSON file |