JSON in a Nutshell
JSON stands for Java Script Object Notation.
JSON, a hero!ЁЯж╕
It is used primarily to transmit data between a server and web application, serving as an alternative to XML.
JSON is language independent; means you can use parse and generate JSON data in other programming languages.