Skip to main content
Array or object: Merge Merges an array or object with the provided data. If any keys are already present in the original they will be overwritten.

Fields

Array

The array or object to merge into the original.

Sample data

InputArrayOutput
{“name”: “Example”}{“name”: “ABC”, “price”: 19.95}{“name”: “ABC”, “price”: 19.95}
{“name”: “ABC”, “price”: 19.95}{“name”: “ABC”, “price”: 10}{“name”: “ABC”, “price”: 10}