{ "match": false, "comment": "Favourite colours in wrong order", "expected" : { "headers": {"Content-Type": "application/json"}, "body": { "contentType": "application/json", "encoded": false, "content": { "alligator": { "favouriteColours": [ "red", "blue" ] } } } }, "actual": { "headers": {"Content-Type": "application/json"}, "body": { "contentType": "application/json", "encoded": false, "content": { "alligator": { "favouriteColours": [ "blue", "red" ] } } } } }