Notes
JSON stands for JavaScript Object Notation and it is a lightweight data format used for exchanging data between a client and a server, or between different systems. It is based on a key-value pair structure, where data is represented in a text format and can be easily read and written by both humans and computers.