{ "match": false, "comment": "Non empty body found, when an empty body was expected", "expected" : { "headers": {"Content-Type": "application/json"}, "body": { "contentType": "application/json", "encoded": false, "content": null } }, "actual": { "headers": {"Content-Type": "application/json"}, "body": { "contentType": "application/json", "encoded": false, "content": { "alligator": { "feet": 4, "name": "Mary", "favouriteColours": [ "red", "blue" ] } } } } }