{
  "match": false,
  "comment": "Incorrect value at alligator name",
  "expected" : {
    "headers": {"Content-Type": "application/json"},
    "body": {
      "alligator":{
        "name": "Mary"
      }
    }
  },
  "actual": {
    "headers": {"Content-Type": "application/json"},
    "body": {
      "alligator":{
        "name": "Fred"
      }
    }
  }
}