{ "match": false, "comment": "Number of feet expected to be string but was number", "expected": { "metaData": { "contentType": "application/json" }, "contents": { "alligator":{ "feet": "4" } } }, "actual": { "metaData": { "contentType": "application/json" }, "contents": { "alligator":{ "feet": 4 } } } }