Solved

Refer to the Exhibit

Question 95

Multiple Choice

Refer to the exhibit. Refer to the exhibit.   The JSON data in the exhibit has been parsed and stored into a variable  data . What returns the value  172.16.0.11 ? A)  data['items']['host']['value'] B)  data['items'][1]['host']['value'] C)  data['items'][0]['host']['value'] D)  data['items']['host'][1] The JSON data in the exhibit has been parsed and stored into a variable "data". What returns the value "172.16.0.11"?


A) data['items']['host']['value']
B) data['items'][1]['host']['value']
C) data['items'][0]['host']['value']
D) data['items']['host'][1]

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions