0

Possible Duplicate:
Is there a library to read JSON in C# on Windows Mobile?

we have a web application working in cakephp. now we need to get data from it and display on a wince device. also we want to update/send dat to the website. For this client have selected json as the method for communication. but, now we are having issues with getting started in visual studio to call the website using json requests and fetch data. can you help with this? i will need details of dll to use and basic example of a json request to the server. any help in this matter will be be great.

thanks

4

1 回答 1

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 为不同的 .net 风格编写了 JSon Parser,包括 CF 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

还有这个 SO question Is there a library to read JSON in C# on Windows Mobile?

于 2012-12-26T14:17:20.690 回答