JSON.NET 教程
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9455392/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
JSON.NET Tutorial
提问by Puneet W
Can anyone help me in finding some code examples or tutorials to understand how to use JSON.NET features. The documentation seems to be a litle confusing and difficult for me to undersatand. I am new in field of JSON and .NET Thanks Puneet
谁能帮我找到一些代码示例或教程来了解如何使用 JSON.NET 功能。文档对我来说似乎有点令人困惑和难以理解。我是 JSON 和 .NET 领域的新手,谢谢 Puneet
采纳答案by Yaqub Ahmad
Check the examples given here:
检查此处给出的示例:
http://james.newtonking.com/pages/json-net.aspx
http://james.newtonking.com/pages/json-net.aspx
If you are still confused then provide detail of what you want to achieve?
如果您仍然感到困惑,请详细说明您想要实现的目标?
回答by Four_0h_Three
Start off with http://www.json.org/
Then check out http://www.drowningintechnicaldebt.com/ShawnWeisfeld/archive/2010/08/22/using-c-4.0-and-dynamic-to-parse-json.aspx
Using Json with .NET is really easy.
在 .NET 中使用 Json 真的很容易。

