{ "match": false, "comment": "Unexpected favourite colour with null value", "expected" : { "method": "POST", "path": "/", "query": {}, "headers": {"Content-Type": "application/json"}, "body": { "alligator":{ "favouriteColours": ["red","blue"] } } }, "actual": { "method": "POST", "path": "/", "query": {}, "headers": {"Content-Type": "application/json"}, "body": { "alligator":{ "favouriteColours": ["red","blue", null] } } } }