Click here to Skip to main content
15,887,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am trying to find a library to parse JSON on C# on Windows Mobile (working with Visual Studio 2008). 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?

Thanks in advance!
Posted
Updated 5-Apr-11 1:35am
v3

1 solution

Use JSON.NET: http://james.newtonking.com/projects/json-net.aspx[^] it supports the 3.5 compact framework.

Happy coding!
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900