{
  "match": false,
  "comment": "Missing key alligator name",
  "expected" : {
    "headers": {"Content-Type": "application/json"},
    "body": {
      "alligator":{
        "name": "Mary",
        "age": 3
      }
    }
  },
  "actual": {
    "headers": {"Content-Type": "application/json"},
    "body": {
      "alligator": {
        "age": 3
      }
    }
  }
}