Hello World


Friday, December 21, 2007

JSON (JavaScript Object Notation)

Introduction to JSON

JSON is a lightweight data-interchange format. It is particularly useful because it can be 'decoded' easily by web page JavaScript into object form.
AJAX-based web pages use XmlHttpRequest to receive data from a server in response to a user action. While the returned data is normally in XML format, it can also be returned in JSON string format and processed more easily in JavaScript.
Many applications may store information in XML format. However they may want to send data to a client using JSON.
To achieve this, they must convert their XML data into JSON format.
JSON Site: JSON

How to convert XML to JSON in ASP.NET C#
ASP.NET Podcast on JSON

No comments:

4GuysFromRolla.com Headlines