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 deseri
Just got back to this problem. In case anyone‘s wondering: Turns out the Xamarin Live Player I’ve recently had to use has some problems with Json.NET. (https://developer.xamarin.com/guides/cross-platform/live/limitations/)
I knew it had to be something stupid... Well maybe I can save someone else some time!