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