{
  "match": false,
  "comment": "Property of second object matches, but unexpected element recieved",
  "expected" : {
    "headers": {"Content-Type": "application/json"},
    "body": [
		{"favouriteColor": "red"}
	]
  },
  "actual": {
    "headers": {"Content-Type": "application/json"},
    "body": [
		{"favouriteColor": "blue",
		"favouriteNumber": 4},
		{"favouriteColor": "red",
		"favouriteNumber": 2}
	]
  }
}