{ "match": false, "comment": "Unexpected favourite colour with null value", "expected": { "contents": { "contentType": "application/json", "encoded": false, "content": { "alligator": { "favouriteColours": [ "red", "blue" ] } } } }, "actual": { "contents": { "contentType": "application/json", "encoded": false, "content": { "alligator": { "favouriteColours": [ "red", "blue", null ] } } } } }