CiscoCisco
200-301 · Question #1274
200-301 Question #1274: Real Exam Question with Answer & Explanation
The correct answer is D: value. In JSON, 'VPN11' represents a value, typically a string, which holds the actual data.
Submitted by renata2k· Mar 5, 2026<must be one of the domains listed above>
Question
What is represented by the word "VPN11" within this JSON schema?
Options
- Akey
- Barray
- Cobject
- Dvalue
Explanation
In JSON, 'VPN11' represents a value, typically a string, which holds the actual data.
Common mistakes.
- A. A key is the identifier string (e.g., 'name') that precedes a colon and its associated value.
- B. An array is an ordered collection of values, denoted by square brackets
[]. - C. An object is an unordered collection of key-value pairs, denoted by curly braces
{}.
Concept tested. JSON data types - values
Reference. https://www.json.org/json-en.html
Topics
#JSON syntax#JSON values
Community Discussion
No community discussion yet for this question.