0
kicks
Creating a more accurate JSON .NET Serializer
System.Web.Script.Serialization.JavaScriptSerializer, which takes you objects and turns them in to a JSON string that can be evaluated by JavaScript and reversed in to an object. However it was lacking in more than a few areas. So this author extended the current JSON serializer to use the XML attributes which provide more flexibility.