springMVC List对象转换为json列表对象

@ResponseBody
@RequestMapping("xxx.do")
public List<POJO> getList(){
    return List<POJO>;
}
原文地址:https://www.cnblogs.com/lvlin241/p/9313202.html