{ "match": false, "comment": "Incorrect favourite colour", "expected" : { "headers": {"Content-Type": "application/json"}, "body": { "alligator":{ "favouriteColours": ["red","blue"] } } }, "actual": { "headers": {"Content-Type": "application/json"}, "body": { "alligator":{ "favouriteColours": ["red","taupe"] } } } }