QuestionQ891

Automation and Programmability

Refer to the exhibit. What is identified by the word switch within line 2 of the JSON Schema?

Question Image

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

In the JSON pair "switch": "3750", switch is the property name for that field. In standard JSON terminology, that property name is the key; "3750" is the value, the surrounding { ... } is an object, and the outer [ ... ] is an array.

Learn more

Community Discussion

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