The objectHash passed to the JSON diff utility uses the id property of an array element for comparison. If the id is a primitive, this comparison works fine, but if the id is an object, we should hash the entire object or use some other primitive property.