QuestionQ917

Automation and Programmability

What does line 4 represent within this JSON schema?

Question Image

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

Line 4 is a JSON object enclosed in curly braces. It contains key-value pairs such as "router" and "interface", and it appears as one element inside the surrounding JSON array. Therefore, the item represented by that line is an object.

Learn more

Community Discussion

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