有没有在C#在Windows Mobile阅读JSON库?
问题描述:
我试图找到一个库来解析JSON在C#在Windows Mobile(与Visual Studio 2005的工作)。我发现,让我的JSON解析在C#(litjson和Jayrock)不会在Windows Mobile合作的图书馆,他们要求不在.NET Compact Framework的present类。有没有被我忽略的图书馆吗?还是有另一种简单的方法来解析JSON鉴于这种情况?
I am trying to find a library to parse JSON on C# on Windows Mobile (working with Visual Studio 2005). The libraries that I have found that allow me to parse JSON in C# (litjson and Jayrock) don't work on Windows Mobile, they require classes that are not present in the .NET compact framework. Is there any library that I have overlooked? Or is there another easy way to parse JSON given these circumstances?