Posted by: Pdfprep
Post Date: November 5, 2020
Refer to the exhibit.
The JSON data in the exhibit has been parsed and stored in a variable, “data”.
What returns the value “172.16.0.11” ?
A . data[‘items’][O][‘host’][‘value’]
B . data[‘items’][‘1’][‘host’][‘value’]
C . data[‘items’][‘host’][1]
D . data[‘items’][‘host’][‘value’]
Answer: A