单项选择题

想得到表示星期四的天气的JSON对象,应该采用以下哪个代码?()

A.data.future.get(2)
B.data.future[1]
C.data.future(1)
D.data.future[2]