Type: nodetool.dictionary.Combine
Namespace: nodetool.dictionary
Description
Merges two dictionaries, with second dictionary values taking precedence. dictionary, merge, update, +, add, concatenate
Use cases:
- Combine default and custom configurations
- Merge partial updates with existing data
- Create aggregate data structures
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| dict_a | Dict[str, any] |
{} |
|
| dict_b | Dict[str, any] |
{} |
Outputs
| Output | Type | Description |
|---|---|---|
| output | Dict[str, any] |
Metadata
Related Nodes
Browse other nodes in the nodetool.dictionary namespace.