Newtonsoft.Json deserialize object in Xamarin iOS project
问题 I'm getting some very weird behaviour in my Xamarin.Forms Project. I'm retrieving some serialized data from a REST API. I'm then trying to use Json.NET to deserialize that to an object. This works perfectly fine on Android and if I copy the code to a .NET console application it also works. However in my iOS project, the call to .DeserializeObject() just returns null. It doesn't throw an error or complain in any way. I did find this discussion: https://forums.xamarin.com/discussion/15152