sorry for last reply --
JSON is easy to understand and write as comapred to XML:
Again, when you're writing ajax stuff, which looks easier? the XML approach or the JSON approach:
The XML approach:
1. bring back an XML document
2. loop through it, extracting values from it
3. do something with those values, etc,
versus
The JSON approach:
1. bring back a JSON string.
2. 'eval' the JSON
for more details Visit:
http://www.secretgeek.net/json_3mins.asp
Vipinpaliwal, if this helps please login to Mark As Answer. | Alert Moderator