{ "match": false, "comment": "Name should not be null", "expected" : { "headers": {}, "body": { "alligator":{ "name": "Mary" } } }, "actual": { "headers": {}, "body": { "alligator":{ "name": null } } } }