【发布时间】:2012-01-04 06:10:30
【问题描述】:
我是 Android 的初学者。在我的项目中,我从 HTTP 响应中获取了以下 json。
[{"Date":"2012-1-4T00:00:00",
"keywords":null,
"NeededString":"this is the sample string I am needed for my project",
"others":"not needed"}]
我想从上面的 json 中获取“NeededString”。如何获得?
【问题讨论】: