{ "match": false, "comment": "Incorrect favourite colour", "expected": { "contents": { "contentType": "application/json", "encoded": false, "content": { "alligator": { "favouriteColours": [ "red", "blue" ] } } } }, "actual": { "contents": { "contentType": "application/json", "encoded": false, "content": { "alligator": { "favouriteColours": [ "red", "taupe" ] } } } } }