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