在 monotouch 中处理 json 的最佳方法是什么
在 monotouch 中处理 json 的最佳方法是什么?我见过 JSON.net,但无法在最新的 monodevelop 中编译它。还有其他图书馆吗?或者人们如何处理这个问题。那里有任何指南吗?
what are the best ways to handle json in monotouch. I've seen JSON.net but could not get it to compile in the latest monodevelop. Are there any other libraries or how are people handling this. Are there any guides out there?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我刚刚发现新的 monotouch 包含一个名为 System.Json 的命名空间。我没有立即看到这个,因为我以前从未在 dotnet 中见过它,所以我没有寻找它,但这很好地实现了我正在寻找的东西,希望这对其他人有帮助......
i just discovered that the new monotouch has included a namespace called System.Json. I didn't see this off the bat since i have never seen it in dotnet before so i wasn't looking for it, but this does the trick very nicely of what i was looking for, hope this helps someone else...
我看起来 JSON.net 曾经与 Mono 一起工作,至少目前不是 http: //json.codeplex.com/Thread/View.aspx?ThreadId=77026。不确定 WCF JSON 序列化是否符合 Mono 的要求。
I looks like JSON.net used to work with Mono, at least if not currently http://json.codeplex.com/Thread/View.aspx?ThreadId=77026. Not sure if the WCF JSON serialization is up to snuff in Mono or not.
我已经在 Mono 上成功使用了 Jayrock 。它也应该与 MonoTouch 一起使用。
I've used Jayrock successfully on Mono. It should work with MonoTouch as well.