🧾 JSONeasy
2. A JSON array
Write a JSON array (a list) holding exactly these three port numbers, in order: 80, 443, 8080.
How to approach this
JSON arrays use [ ] with comma-separated values and no trailing comma. The top-level value of a JSON document doesn't have to be an object — an array is perfectly valid on its own.
config.json