Deserializing JSON with unknown fields

后端 未结 1 1372
小鲜肉
小鲜肉 2021-01-23 16:11

I\'m trying to deserialize some JSON I receive from an external source (no way to change it) and I\'m having some problems with it. I\'m using JSON.net to deserialize, and this

相关标签:
1条回答
  • 2021-01-23 17:09

    the JSON recieved seems to be a dictionnary..

    did you try to deseserialize as a Dictionnary<string,Album> ?

    0 讨论(0)
提交回复
热议问题