JSON(JavaScript Object Notation) is a lightweight computer data interchange format. It is a text-based, semi-readable format for representing simple data structures and associative arrays. The main advantage of using JSON is that it can be parsed into an object using very little code - and for this reason, many people(including me) prefer using it as the ajax response format.
Read 'JSON Encoder/Decoder For JavaScript'...
Read 'JSON Encoder/Decoder For JavaScript'...