ComfyUI Node
JSON Object Merge
Merge multiple JSON object strings with autogrow inputs.
JSON Object Merge
- objects
- JSON_TEXT
◄duplicate_key_policyerror►
◄pretty_printtrue►
Categoryutils/json
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| objects | COMFY_AUTOGROW_V3 | — | |
| duplicate_key_policy | COMBO | error | What to do when multiple inputs contain the same key: error (reject), overwrite (last wins), or keep_first (first wins). |
| pretty_print | BOOLEAN | true | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| JSON_TEXT | STRING | — |