1● It is JavaScript Object Notation (is a minimal, readable format
2 for structuring data.)
3● It is used primarily to transmit data between a server
4and web application, as an alternative to XML.
5● Basically, a lightweight version of XML
6● In Key: Value format
7● Key is always in double quotes and value if
8 string its double quotes and if numbers no quotes
9● It is purely based on http protocol, -
10 so it hits the link on the browser and see the results