Newtonsoft JSON - Dynamic Objects

后端 未结 7 1883
没有蜡笔的小新
没有蜡笔的小新 2020-12-08 09:52

I am using the Newtonsoft JSON library to perform dynamic deserialisation on incoming raw JSON and have found something that I just can\'t explain.

The starting poin

7条回答
  •  死守一世寂寞
    2020-12-08 10:09

    I had the same problem with an app using Json.NET. The issue recurred only on one specific machine and it turned out that the machine had another version of Json.NET installed in GAC. After removing it from GAC the app started to work correctly.

提交回复
热议问题