Refer to the exhibit. In which structure does the word “warning” directly reside?
Refer to the exhibit. In which structure does the word “warning” directly reside?
The word 'warning' is directly located within an array structure. In JSON, arrays are specified by square brackets, which contain elements. Here, 'warning' is one of the elements in the 'wheels' array of 'myCar', making 'array' the correct answer.
array is right answer
Definitely array, so "A" is the correct answer.
Answer is A. Of course everything resides within an Object in JSON, but the question here asks about where does it "directly" reside, then the word "warning" clearly residing in an array, and not in object.
why not array?
it's ARRAY
Even though it's part of an array, it's actually a string value. So, it's just a part of the array, not the array itself. I'm going with D.
?? it is not A?
its a A
it is may be string inside array
"" is string [] - array {} - object "key": "value" (variable type string)
but question "In which structure" it is string in array structure Correct is ARRAY 101%
array is right answer
it´s A