To JSON or not to JSON?
To JSON or not to JSON?
JSON (JavaScript Object Notation) is a lightweight syntax for representing data that enabling fast exchanges of small amount of data between client browsers and AJAX-enabled Web services.
JSON encodes data using subset of the JavaScript object literals, and it easier to “parse” for JavaScript client code, and used as alternative to XML in AJAX applications.
Read More:
http://blogs.microsoft.co.il/blogs/egady/archive/2008/06/15/to-json-or-not-to-json.aspx
Thanks