200-301 · Question #648
Refer to the exhibit. How many JSON objects are represented?
The correct answer is A. 1. Option A (1) is correct because the entire JSON structure shown in the exhibit is a single JSON object - defined as one set of curly braces {} at the root level, regardless of what it contains inside (nested arrays, nested objects, or key-value pairs). Distractors B, C, and D tem
Question
Exhibits
Options
- A1
- B2
- C3
- D4
How the community answered
(23 responses)- A87% (20)
- B9% (2)
- D4% (1)
Explanation
Option A (1) is correct because the entire JSON structure shown in the exhibit is a single JSON object - defined as one set of curly braces {} at the root level, regardless of what it contains inside (nested arrays, nested objects, or key-value pairs).
Distractors B, C, and D tempt test-takers into counting nested structures - for example, objects embedded inside an array or multiple key-value pairs - as if each were a standalone JSON object, but nesting does not create additional top-level objects. The number of JSON objects refers to the count of independently rooted {} structures, not every {} that appears in the document.
Memory tip: Think of a JSON object like a shipping box - no matter how many items are packed inside it, it's still one box. Count only the outermost {} wrappers that aren't contained within another {} to determine the number of JSON objects.
Topics
Community Discussion
No community discussion yet for this question.

