nerdexam
CiscoCisco

200-301 · Question #924

200-301 Question #924: Real Exam Question with Answer & Explanation

The correct answer is D: object. JSON object literals are surrounded by curly braces {}. JSON object literals contains key/value pairs. Keys and values are separated by a colon. Keys must be strings, and values must be a valid JSON data type: Each key/value pair is separated by a comma.

Submitted by carlos_mx· Mar 5, 2026Automation and Programmability

Question

Refer to the exhibit. Which type of JSON data is shown?

Options

  • Aboolean
  • Barray
  • Ckey
  • Dobject

Explanation

JSON object literals are surrounded by curly braces {}. JSON object literals contains key/value pairs. Keys and values are separated by a colon. Keys must be strings, and values must be a valid JSON data type: Each key/value pair is separated by a comma.

Topics

#JSON#JSON data types

Community Discussion

No community discussion yet for this question.

Full 200-301 PracticeBrowse All 200-301 Questions