QuestionQ117

Automation and Programmability

Refer to the exhibit. What does the content beginning with line 1 and ending with line 5 represent?

Question Image

  • A object
  • B value
  • C key
  • D array
Explanation

The notation enclosed in square brackets is a JSON array. Each item inside it is a separate object enclosed in curly braces, so the full structure spanning lines 1 through 5 is an array.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!