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

Thomas Lötzer picture Thomas Lötzer · Oct 8, 2008 · Viewed 19.8k times · Source

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?

Answer

James Newton-King picture James Newton-King · Jul 5, 2009

Json.NET supports the .NET 3.5 compact framework.