By mswatcher
via timstall.dotnetdevelopersjournal.com
Submitted: May 13 2008 / 21:26
JSON (JavaScript Object Notation) provides a convenient way to serialize an object, like "Employee" with first and last name, to a string. This can be very useful in Silverlight apps, such as when you need to pass complex objects to and from a web service.
Add your comment