How to map JSON to C# Objects

后端 未结 4 692
忘掉有多难
忘掉有多难 2020-12-01 03:13

I am having issues with understanding how to make this happen.

Basically we have an API, the user sends a JSON of the format: (excuse the code if not perfect but yo

4条回答
  •  隐瞒了意图╮
    2020-12-01 03:37

    DataContractJsonSerializer does the job, but it uses more sophisticated format for DateTime serialization.

提交回复
热议问题