Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
使用 Newtonsoft.Json(可以通过 NuGet 安装),您可以反序列化 Json 并对数据执行任何您想要的操作。
首先,创建 Post 类:
然后,反序列化:
Using Newtonsoft.Json (you can install through NuGet) you can deserialize the Json and do whatever you want with the data.
First, create your Post class:
Then, deserialize: