如何在Java中将dataType从Map更改为Json

时间:2016-06-16 04:03:09

标签: java json

现在我的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中使用它们。如果我需要杰克逊或其他方式?

0 个答案:

没有答案