fastjson 解析

fastjson 解析
解析Json:(1)JavaBean在CODE上查看代碼片派生到我的代碼片Class class= eObject(jsonString, s); (2)List在CODE上查看代碼片派生到我的代碼片List class=eArray((jsonString, s); (3)List在CODE上查看代碼片派生到我的代碼片List listString = eArray(jsonString, s); (4)List>在CODE上查看代碼片派生到我的代碼片List> listMap = eObject(jsonString, new TypeReference>>(){});