可能重复:
Is there a library to read JSON in C# on Windows Mobile?
我们有一个在cakephp中工作的Web应用程序。现在我们需要从中获取数据并在wince设备上显示。我们也想更新/发送数据到网站。 为此客户选择了json作为通信方法。 但是,现在我们遇到了使用json请求和获取数据来启动visual studio以调用网站的问题。 你可以帮忙吗? 我将需要使用的DLL的详细信息和服务器的json请求的基本示例。 在这件事上的任何帮助都会很棒。
感谢
答案 0 :(得分:0)
请看下面的链接
在Windows Mobile 6上使用.NET Compact Framework 3.5中的JSON Web服务 http://community.psion.com/knowledge/w/knowledgebase/1378.consume-json-web-service-from-net-compact-framework-3-5-on-windows-mobile-6.aspx
准备JSON Web服务并使用JQuery访问它 http://www.codeproject.com/Articles/37727/Prepare-a-JSON-Web-Service-and-access-it-with-JQue
编辑:
Codetitans为包括CF在内的diff .net风格编写了JSon Parser
http://codetitans.codeplex.com/releases/view/52555
同时检查同一页面中的其他版本(在“其他下载”中)以获取更新..
或
您可以编写自己的JSON解析器,如下所示。示例实现也在那里。 http://techblog.procurios.nl/k/618/news/view/14605/14863/How-do-I-write-my-own-parser-for-JSON.html
也是这个问题 Is there a library to read JSON in C# on Windows Mobile?