有哪些学习 json 的好资源?
有谁知道有什么学习 JSON 的好资源吗?从 .NET 的角度来看,如果这很重要的话,最好是这样?似乎没有任何直接的资源来学习它,但它显然被广泛使用(facebook api 和 twitter api 等等)。我知道我不是唯一一个有这个问题的人,所以我相信很多人都会从发布的答案中受益。
谢谢。
does anyone know of any good resources for learning JSON? And preferably, if it even matters, from a .NET point of view? It seems like there aren't any straight forward resources for learning it yet its obviously used extensively (facebook api and twitter api and many, many more). I know I'm not the only one with this question so I'm sure many would benefit from any answers posted.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最全面的资源是 RFC。这是合理的阅读,但有很好的例子,并将填补这些教程中留下的小空白。它确实包含了一些您可能会忽略的内容,例如如何自动检测 Unicode 编码。
维基百科文章现在也很好。
确保您还研究了 JSONP,这是一种使用 JavaScript 函数填充 JSON 的方法调用以绕过同域限制。
The most thorough resource is the RFC. That is reasonable to read, but has good examples and will fill in the small gaps left in those tutorials. It does include a little you can probably gloss over, like how to auto-detect the Unicode encoding.
The Wikipedia article is also good now.
Make sure you also look into JSONP, which is a way of padding JSON with a JavaScript function call to get around same-domain restrictions.
http://www.json.org/
http://en.wikipedia.org/wiki/JSON
http://www.json.org/
http://en.wikipedia.org/wiki/JSON