Merge objects¶
Description¶
Merges two or more objects and creates a new object that contains all the properties of the source objects
Input/Output¶
Object : object <= Source
Output : array
Usage¶
- Connect a source to the operator
- Drag an object from the source tree and drop it into input field Object, then click on Add object
- Click on OK
You can repeat step 1-3 any time you want
Example¶
Object #1 = {"key1":"value1", "key2":1}
Object #2 = {"key3":true, "key2":2}
Output = {"key1":"value1", "key2":1, "key3":true, "key2":2}