在 .Net 4 C# 中解析 JSON 对象
是否有一个用于解析 JSON 对象的类,例如 XDocument for XML?如果不是,在 C# 4.0 中解析和使用 JSON 对象的最简单方法是什么?
Possible Duplicates:
Parsing JSON objects to c#
What JSON library works well for you in .NET?
Is there a class for parsing JSON objects like XDocument for XML? If not what's the easiest way to parse and use JSON objects in C# 4.0?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 JSON.NET 怎么样?
他们网站上的示例:-)
How about using JSON.NET?
Examples on their website :-)
任何语言都有很多用于 json 解析的库,.net 语言也有很多库。你最好看看这个页面的底部:
这里
There are many library for json parsing in any language , and also there are many libraries for .net languages.You better to have a look at the bottom of this page:
here