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