{ "match": false, "comment": "Unexpected favourite colour with null value", "expected" : { "headers": {}, "body": { "alligator":{ "favouriteColours": ["red","blue"] } } }, "actual": { "headers": {}, "body": { "alligator":{ "favouriteColours": ["red","blue", null] } } } }