我将如何在 java 脚本中读取以下 json 响应?
这是由 javascript 处理的 Web 服务响应,但我不知道如何阅读每个提交标题和开始日期。任何帮助表示赞赏。
([
{
"submission": {
"title": "Attended band concert",
"full": "met with homeroom teacher after concert, very nice, Joker Jr. is doing well",
"start_date": "2013-06-18",
"end_date": null
}
},
{
"submission": {
"title": "she's complaining about",
"full": "something",
"start_date": "2013-06-20",
"end_date": null
}
}
]);