Deserializing JSON with unknown fields

后端 未结 1 1393
小鲜肉
小鲜肉 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 ?

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