vb.net解析json

发布于 2024-10-27 11:40:14 字数 44 浏览 1 评论 0原文

如何在 vb.net 应用程序中解析来自 Twitter 等的 json。

How can I parse json from such as twitter etc in vb.net applications.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

川水往事 2024-11-03 11:40:14

使用 System.Runtime.Serialization.Json 命名空间的 DataContractJsonSerializer 类。您可以使用它的 ReadObject 方法来反序列化 JSON 流。

Use the DataContractJsonSerializer class of the System.Runtime.Serialization.Json namespace. You can use it's ReadObject method to deserialize the JSON stream.

网白 2024-11-03 11:40:14

您可以使用 JSon.Net 库。我从未在 VB.net 上使用过它,但我认为它符合 CLS,并且应该可以正常工作。

You can use the JSon.Net library. I've never used it from VB.net but I assume it's CLS-compliant and it should work OK.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文