Newtonsoft.Json deserialize object in Xamarin iOS project

后端 未结 6 1250
感动是毒
感动是毒 2020-11-30 15:03

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

6条回答
  •  遥遥无期
    2020-11-30 15:28

    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!

提交回复
热议问题