What is JSON in AJAX?

Questions by GregMark   answers by GregMark

Showing Answers 1 - 6 of 6 Answers

Amol Kulkarni

  • Sep 7th, 2007
 

JSON is the JavaScript Object Notation, and it is a lightweight data interchange format. It provides Java Scripts eval() method to easily parse an XML.

  Was this answer useful?  Yes

gomthiN

  • Jun 26th, 2009
 

JSON is JavaScript Object Notation. JSON is a safe and reliable data interchange format in JavaScript. This format is easy for humans to read and machines to understand.
AJAX uses JSON format to communicate between client and server.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions