{ "match": true, "comment": "Favourite number and favourite colours out of order", "expected" : { "headers": {"Content-Type": "application/json"}, "body": { "contentType": "application/json", "encoded": false, "content": { "favouriteNumber": 7, "favouriteColours": [ "red", "blue" ] } } }, "actual": { "headers": {"Content-Type": "application/json"}, "body": { "contentType": "application/json", "encoded": false, "content": { "favouriteColours": [ "red", "blue" ], "favouriteNumber": 7 } } } }