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