0
kicks
JSON Serialization in VS 2008
Say we need to convert serialize C# object to JSON string and transfer that to client side to be used in Javascript. DataContact attribute is added to a class and DataMember attribute is added for all members that need be serialized.