通过java中
config.registerJsonValueProcessor(Date.class, new JsonDateValueProcessor());
config.registerJsonValueProcessor(Timestamp.class, new JsonDateValueProcessor());
JSONArray jsonArray = JSONArray.fromObject(list,config);
转换之后
原文:http://www.cnblogs.com/yuhoukongshan/p/6336533.html