Cisco
200-301 · Question #1137
Refer to the exhibit. How many arrays are present in the JSON data?
The correct answer is B. three. Array values must be of type string, number, object, array, boolean or null. For example: “cars”:[ “Ford”, “BMW”, “Fiat” ] JSON can have empty object like “taskId”:{}
Submitted by femi9· Mar 5, 2026Automation and Programmability
Question
Refer to the exhibit. How many arrays are present in the JSON data?
Exhibits
Options
- Aone
- Bthree
- Csix
- Dnine
How the community answered
(52 responses)- A10% (5)
- B81% (42)
- C4% (2)
- D6% (3)
Explanation
Array values must be of type string, number, object, array, boolean or null. For example: “cars”:[ “Ford”, “BMW”, “Fiat” ] JSON can have empty object like “taskId”:{}
Topics
#JSON arrays#JSON parsing#Data structures
Community Discussion
No community discussion yet for this question.

