{ "match": false, "comment": "Name should not be null", "expected" : { "headers": {"Content-Type": "application/json"}, "body": { "contentType": "application/json", "encoded": false, "content": { "alligator": { "name": "Mary" } } } }, "actual": { "headers": {"Content-Type": "application/json"}, "body": { "contentType": "application/json", "encoded": false, "content": { "alligator": { "name": null } } } } }