{ "match": false, "comment": "Unexpected phone number with null value", "expected" : { "method": "POST", "path": "/", "query": "", "headers": {}, "body": { "alligator":{ "name": "Mary" } } }, "actual": { "method": "POST", "path": "/", "query": "", "headers": {}, "body": { "alligator":{ "name": "Mary", "phoneNumber": null } } } }