Now my Ajax returns the data structure is:
{
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
}
Now return dataType is Map.But i need Json to traversal object ,and use them in JSP. If i need Jackson or other ways?