摘要: import com.google.common.collect.Lists; import com.jayway.jsonpath.Configuration; import com.jayway.jsonpath.DocumentContext; import com.jayway.jsonpath.JsonPath; import com.jayway.jsonpath.Option; ... 阅读全文
posted @ 2019-08-22 11:56 TheQi 阅读(231) 评论(0) 推荐(0) 编辑
摘要: private static final Logger logger = LoggerFactory.getLogger(JsonUtils.class); private static final ObjectMapper mapper = new ObjectMapper(); static { mapper.configure(JsonParser.Feature.ALLOW_COMMENT 阅读全文
posted @ 2019-08-22 10:41 TheQi 阅读(618) 评论(0) 推荐(0) 编辑