I have two address objects which has 3 values in each objects. How do I test it for equality of values in both the objects?
JSON :
"address1": {
    "city": "bng",
    "street": "dng",
    "zipcode": "23421"
}
"address2": {
    "city": "chn",
    "street": "as",
    "zipcode": "5645"
}
 
     
    