java对象转json用的jar包 实现java对象转换json格式数据,非常方便例如:Listlist=service.queryTasks(query);JSONArrayjson=JSONArray.fromObject(list);System.out.println(json);