Skip to main content
Array or object: Diff values Compares an array or object against another and returns the values not present in the other.

Fields

Array

The array or object to compare against.

Sample data

InputArrayOutput
{“name”: “ABC”, “price”: 19.95}{“name”: “ABC”, “price”: 20}{“price”: 19.95}
{“name”: “ABC”, “price”: 19.95}{“name”: “ABC”, “price”: 20}[]