Cisco 200-301 Question Answer
Which option about JSON is true?
uses predefined tags or angle brackets () to delimit markup text
used to describe structured data that includes arrays
used for storing information
similar to HTML, it is more verbose than XML
JSON data is written as name/value pairs.
A name/value pair consists of a field name (in double quotes), followed by a colon, followed by a value:
“name”:”Mark”
JSON can use arrays. Array values must be of type string, number, object, array, boolean or null..
For example:
{
“name”:”John”,
“age”:30,
“cars”:[ “Ford”, “BMW”, “Fiat” ]
}
TESTED 13 Aug 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved