{ "match": false, "comment": "Number of feet expected to be string but was number", "expected" : { "method": "POST", "path": "/", "query": {}, "headers": {"Content-Type": "application/json"}, "body": { "alligator":{ "feet": "4" } } }, "actual": { "method": "POST", "path": "/", "query": {}, "headers": {"Content-Type": "application/json"}, "body": { "alligator":{ "feet": 4 } } } }