现在我的Ajax返回数据结构是:
{
list=[
{id=1, name=null, pwd=qqqqqq, username=chenming, tel=18686868686, age=null, state=1, place=null, entertime=null, dept=null, idcard=null},
{id=7, name=null, pwd=111111, username=suixin, tel=18686868686, age=null, state=1, place=null, entertime=null, dept=null, idcard=null}
], currentPage=1
}
现在返回dataType是Map.But我需要Json遍历对象,并在JSP中使用它们。如果我需要杰克逊或其他方式?