QuestionQ975

Automation and Programmability

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

Question Image

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

In JSON, names such as router are keys, and the data associated with them is the value. In the pair "router": "R29", "R29" is the string value assigned to the router key.

Learn more

Community Discussion

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