In JSON, what is held within square brackets [ ]?
- an array
- an object
- key/value pairs
- nested values
Explanation & Hint:
In JSON (JavaScript Object Notation), square brackets { In this example, “colors” is an array consisting of three string values. |