{ "match": false, "comment": "Property names on objects are case sensitive", "expected" : { "headers": {}, "body": { "alligator":{ "FavouriteColour": "red" } } }, "actual": { "headers": {}, "body": { "alligator":{ "favouritecolour": "red" } } } }