Monday, October 31, 2011

Great JSON library for .NET

Last night, I came across a great JSON serialization/deserialization library for .NET - http://json.codeplex.com/ (Newtonsoft.Json). It provides features similar to System.Xml & System.Xml.Linq, but for JSON.
I simply needed to build a custom well-formed JSON response from my AJAX service, and the library had everything  I needed.

No comments: