QuestionQ1282

Network Fundamentals

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

Question Image

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

"R20" is the value assigned to the key "router" in one of the JSON objects. In JSON, names such as "router" are keys, and the associated data such as "R20" are values. The surrounding square brackets denote an array, and each brace-delimited item is an object, but "R20" itself is a value.

Learn more

Community Discussion

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