I am starting the development on windows phone 8, the famous JSON.NET does not support windows phone 8 yet, is there any other library which can be used for this purpose?
The JSON.NET codeplex site says that WP8 is supported.
Update: The JSON.NET NuGet package should just work with a Windows Phone 8.0 project. Adding it in VS2012 NuGet manager pulls in the WP7 version of JSON.NET. (packagesNewtonsoft.Json.4.5.10libsl3-wpNewtonsoft.Json.dll)
packagesNewtonsoft.Json.4.5.10libsl3-wpNewtonsoft.Json.dll
JSON.NET is now also available as a Portable Class Library which you can consume from WP8 (available in NuGet or in source form).
2.1m questions
2.1m answers
60 comments
57.0k users