{ "match": true, "comment": "Comparisons should work even on nested objects", "expected" : { "headers": {"Content-Type": "application/json"}, "body": { "contentType": "application/json", "encoded": false, "content": { "object1": { "object2": { "object4": { "object5": { "name": "Mary", "friends": [ "Fred", "John" ] }, "object6": { "phoneNumber": 1234567890 } } } } } } }, "actual": { "headers": {"Content-Type": "application/json"}, "body": { "contentType": "application/json", "encoded": false, "content": { "object1": { "object2": { "object4": { "object5": { "name": "Mary", "friends": [ "Fred", "John" ], "gender": "F" }, "object6": { "phoneNumber": 1234567890 } } }, "color": "red" } } } } }