nerdexam
Cisco

200-301 · Question #10

Which option about JSON is true?

The correct answer is B. used to describe structured data that includes arrays. JSON data is written as name/value pairs. A name/value pair consists of a field name (in double quotes), followed by a colon, followed by a JSON can use arrays. Array values must be of type string, number, object, array, boolean or null.. "cars":[ "Ford", "BMW", "Fiat" ]

Submitted by carter_n· Mar 5, 2026Automation and Programmability

Question

Which option about JSON is true?

Options

  • Auses predefined tags or angle brackets () to delimit markup text
  • Bused to describe structured data that includes arrays
  • Cused for storing information
  • Dsimilar to HTML, it is more verbose than XML

How the community answered

(34 responses)
  • B
    94% (32)
  • C
    3% (1)
  • D
    3% (1)

Explanation

JSON data is written as name/value pairs. A name/value pair consists of a field name (in double quotes), followed by a colon, followed by a JSON can use arrays. Array values must be of type string, number, object, array, boolean or null.. "cars":[ "Ford", "BMW", "Fiat" ]

Topics

#JSON structure#Data formats

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice