{ "match": false, "comment": "Incorrect favourite colour", "expected" : { "method": "POST", "path": "/", "query": "", "headers": {}, "body": { "alligator":{ "favouriteColours": ["red","blue"] } } }, "actual": { "method": "POST", "path": "/", "query": "", "headers": {}, "body": { "alligator":{ "favouriteColours": ["red","taupe"] } } } }