Using JavaScriptSerializer Class to Serialize Objects to JSON
11/4/2007

In this video Mohammad Azam will demonstrate how to use the JavaScriptSerializer class to serialize a .NET object to a JSON compatible string.


In this video Mohammad Azam will demonstrate how to use the JavaScriptSerializer class to serialize a .NET object to a JSON compatible string.

  • JSON stands for JavaScript Object Notation
  • JSON allows to bridge the gap between the CLR objects and the JavaScript objects
  • JSON string is more compressed then XML string representation.

Play the video