{ "match": true, "comment": "Messages match", "expected": { "contents": { "contentType": "application/json", "encoded": false, "content": { "alligator": { "name": "Mary", "feet": 4, "favouriteColours": [ "red", "blue" ] } } } }, "actual": { "contents": { "contentType": "application/json", "encoded": false, "content": { "alligator": { "feet": 4, "name": "Mary", "favouriteColours": [ "red", "blue" ] } } } } }