1//JSON: JavaScript Object Notation. JSON is a syntax
2//for storing and exchanging data.
1JSON stands for JavaScript Object Notation.
2It is a lightweight format for storing and transporting data.
3It is often used when data is sent from a server to a web page.
4It is "self-describing" and easy to understand.