nerdexam
Cisco

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.

Submitted by jakub_pl· Mar 5, 2026

Question

Refer to the exhibit. How many JSON objects are presented?

Exhibits

200-301 question #953 exhibit 1
200-301 question #953 exhibit 2

Options

  • A1
  • B2
  • C3
  • D4

How the community answered

(37 responses)
  • A
    16% (6)
  • B
    3% (1)
  • C
    5% (2)
  • D
    76% (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.

A1

This option implies only one set of curly braces, which would mean only one JSON object.

B2

This option implies two sets of curly braces, meaning two JSON objects.

C3

This option implies three sets of curly braces, meaning three JSON objects.

D4Correct

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

#JSON objects#JSON syntax

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice