C# Detecting mismatched objects with Newtonsoft.Json One common problem with API Client Libraries is that their strongly typed objects don't match the response objects that the API gives. I faced this issue with TMDbLib and wanted to solve it in my unit tests. It turns out that we relatively easily