What is JSON in Javascript
| JSON is a JavaScript Object Notation. It is language independent and derived from Java Script. This is a LightWeight scripting language 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. | |
