在 C# Winforms 应用程序中使用 JSON

发布于 2024-10-24 07:54:17 字数 138 浏览 1 评论 0原文

所以我正在用 C# 制作一个应用程序来从网络上读取一些信息,但它是一个 Windows 窗体应用程序。我得到一个 JSON 字符串,我需要从中获取一些信息。我知道有一个用于 C# Web 应用程序的库,但是我如何在 Windows 窗体应用程序中使用 in 呢?

So I am making an application in C# to read some information from the web, but it is a windows forms application. I get a JSON string, and I need to get some information from it. I know there is a library for that for C# web applications, but how can I use in in my windows forms application?

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

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

发布评论

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

评论(2

最美的太阳 2024-10-31 07:54:17

有很多 JSON 库。您可以考虑以下三个建议:

There are many JSON libraries out there. Here are three suggestions that you could look into:

那伤。 2024-10-31 07:54:17

JSON.NET 对于 VS2012 毫无用处 b/c JSON.NET 的 nuget 包对于 nuget 2.8 来说已经损坏,并且 VS2012 无法获取比 nuget 2.8 更新的任何内容!

JSON.NET is useless for VS2012 b/c the nuget packages of JSON.NET are broken for nuget 2.8 and VS2012 cannot get anything newer than nuget 2.8!

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