nerdexam
Cisco

200-301 · Question #1277

What is represented in line 2 within this JSON schema?

The correct answer is A. object. In JSON, an opening curly brace on a line typically signifies the beginning of an object, which groups related key-value pairs.

Submitted by amina.ke· Mar 5, 2026Automation and Programmability

Question

What is represented in line 2 within this JSON schema?

Exhibits

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

Options

  • Aobject
  • Bvalue
  • Ckey
  • Darray

How the community answered

(17 responses)
  • A
    88% (15)
  • C
    6% (1)
  • D
    6% (1)

Why each option

In JSON, an opening curly brace on a line typically signifies the beginning of an object, which groups related key-value pairs.

AobjectCorrect

In JSON, line 2 typically represents an object if it begins with an opening curly brace ` { ` which denotes an unordered collection of key-value pairs.

Bvalue

A value is the data assigned to a key, not an entire structural element like an object or array.

Ckey

A key is the string literal identifier for a value within an object.

Darray

An array is an ordered list of values, enclosed in square brackets `[]`.

Concept tested: JSON data structures - objects

Source: https://www.json.org/json-en.html

Topics

#JSON structure#JSON objects#JSON schema

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice