QuestionQ683

IP Connectivity

What does the word "port" represent within this JSON schema?

Question Image

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

In JSON, a name that appears to the left of a colon inside an object is a property name, commonly called a key. Here, "port" identifies the field whose value is a string such as "te8/30", so it is a key.

Learn more

Community Discussion

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