- Posted by Ian Suttle on January 6, 2008
- Filed under .NET 3.5 | .Net Framework | ASP.Net | JSON
Providing data in the JSON format has become a fantastic way to deliver information to a client side consumer over the web. This post provides steps to creating a generic ToJSON extension method to make JSON serialization as easy as possible in the .NET 3.5 framework..
[More]
- Posted by Ian Suttle on July 30, 2007
- Filed under .NET 3.5 | JSON
The JsonQueryStringConverter class comes equipped with the .Net
Framework 3.5. The basic premise here is
you can serialize an object into a JSON-like string which can be passed via
query string. Typically this class is to
interact via Windows Communication Foundation although it&rs...
[More]