在 Mono 中反序列化 JSON 数据

发布于 2024-11-06 23:17:23 字数 129 浏览 0 评论 0原文

使用 Monodroid 时,是否有一种简单的方法可以将简单的 JSON 字符串反序列化为 .NET 对象? System.Json 仅提供序列化(不提供反序列化),我尝试过的各种第三方库都导致 Mono/Monodroid 出现问题。 谢谢。

Is there an easy way to deserialize a simple JSON string into a .NET object when using Monodroid? System.Json only provides serialization (no deserialization) and the various third party libs I've tried were all causing problems with Mono/Monodroid.
Thank you.

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

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

发布评论

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

评论(1

自由范儿 2024-11-13 23:17:23

fastJSON 适合这个要求。获取所需的文件(Getters.cs、JSON.cs、JsonParser.cs、JsonSerializer.cs、SafeDictionary.cs)并将它们嵌入到您的项目中并使用它。它不使用任何花哨的 .NET 特定类,因此它应该与 MonoDroid 或 Silverlight 一起使用。

fastJSON suits the bill. Grab the required files (Getters.cs, JSON.cs, JsonParser.cs, JsonSerializer.cs, SafeDictionary.cs) and embed them in your project and use it. It doesn't use any fancy .NET specific class so it should work with MonoDroid or Silverlight.

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