Browse by Tags

I am starting to get organised towards releasing Json.NET 3.5. There are a lot of good new features coming in this version, almost all of them driven by user requests. Compact Framework Support Json.NET 3.5 includes a build for the Compact Framework 3.5 . It supports all the major features of Json.NET. Performance Improvements A lot of features have been added to Json.NET over the past couple of years...

This is an ActionResult I wrote to return JSON from ASP.NET MVC to the browser using Json.NET . The benefit of using JsonNetResult over the built in JsonResult is you get a better serializer (IMO ) and all the other benefits of Json.NET like nicely formatted JSON text. public class JsonNetResult : ActionResult {   public Encoding ContentEncoding { get ; set ; }   public string ContentType...

JSON's popularity continues to grow. In the few months since Json.NET 2.0 was released it has been downloaded over 5000 times and lots of new feedback has been posted in project's forum. This release of Json.NET adds heaps of new features, mostly from your suggestions, and fixes all known bugs! Silverlight Support Json.NET now supports running on the browser within Silverlight . The download includes...

I have just checked in two new features coming soon in Json.NET 2.1: Silverlight client support and improvements to the LINQ to JSON objects. If you are feeling cutting edge you can download the latest source code from CodePlex . Buyer beware: Code coverage of the changes is currently light. To compile a Silverlight build of Json.NET you will need the latest Silverlight 2.0 Beta 2 bits. There is also...

This post on handling different cultures in .NET really caught my imagination a couple of months back. Today I can proudly say that Json.NET passes the Turkey Test! Aside from poultry, the main focus of this Json.NET release has been fixing all the little issues in the LINQ to JSON objects (JObject, JArray, JValue, etc). NCover has been a great help highlighting methods that didn't have any tests over... More Posts Next page »