What is JSON?

 Posted by Tripati_tutu on 1/10/2011 | Category: JavaScript Interview questions | Views: 7451 | Points: 40
Answer:

JSON stands for JavaScript Object Notation . It is language independent and derived from Java Script. This is a LightWeight data format designed for data interchange over a network. Basically this is used for data serialization and data transmission which helps to transfer data between the server and the web application using JavaScript.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response