jackson怎么将list转为json字符串?
Jackson处理一般的JavaBean和json之间的转换只要使用ObjectMapper 对象的readValue和writeValueAsString两个方法就能实现。但是如果要转换复杂类型Collection如 List