In JSON, what is held within square brackets [ ]?
- nested values
- key/value pairs
- an object
- an array
Explanation: In JSON syntax, square brackets [ ] are used to hold arrays, which are defined as ordered lists of values. In contrast, curly braces { } are used to hold objects, which consist of one or more key/value pairs.
Related exam: CCNA 3 Final Exam Answers
