📄️ JSON Explained
JSON (JavaScript Object Notation) is a text format for interchanging data between clients (web pages) and servers.
📄️ package.json File
A package.json file is a JSON document that package managers—like NPM and Yarn—use to store information about a specific project.