200-301 · Question #953
Refer to the exhibit. How many JSON objects are presented?
The correct answer is D. 4. In JSON, an object is a collection of key/value pairs enclosed within curly braces; counting these structures identifies the number of objects.
Question
Refer to the exhibit. How many JSON objects are presented?
Exhibits
Options
- A1
- B2
- C3
- D4
How the community answered
(37 responses)- A16% (6)
- B3% (1)
- C5% (2)
- D76% (28)
Why each option
In JSON, an object is a collection of key/value pairs enclosed within curly braces; counting these structures identifies the number of objects.
This option implies only one set of curly braces, which would mean only one JSON object.
This option implies two sets of curly braces, meaning two JSON objects.
This option implies three sets of curly braces, meaning three JSON objects.
In JSON, an object is represented by curly braces `{}` and contains an unordered set of key-value pairs. If the exhibit contained four distinct sets of these curly braces, it would present four JSON objects, potentially as elements within a JSON array.
Concept tested: JSON object identification
Source: https://www.json.org/json-en.html
Topics
Community Discussion
No community discussion yet for this question.

