{ "match": false, "comment": "Favourite numbers expected to contain null, but not null found", "expected" : { "headers": {"Content-Type": "application/json"}, "body": { "contentType": "application/json", "encoded": false, "content": { "alligator": { "favouriteNumbers": [ "1", null, "3" ] } } } }, "actual": { "headers": {"Content-Type": "application/json"}, "body": { "contentType": "application/json", "encoded": false, "content": { "alligator": { "favouriteNumbers": [ "1", "2", "3" ] } } } } }