QuestionQ1050

Network Fundamentals

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

Question Image

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

In JSON, each member of an object is a name/value pair. The text to the left of the colon is the property name, also called the key, and the text to the right is the value. Here, "port" appears as the property name in each object, so it is a key.

Learn more

Community Discussion

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