There are two different objects in single array, i have to compare these array if the values are different then i have to get the Array1 value
Array1.push({
"Name": "Max",
"Occupation": "Agri",
"Location": "KGP"
});
Array2.push({
"Name": "Alex",
"Occupation": "S.E",
"Location": "Mut"
});