文章预览
pom.xml: < dependency > < groupId > com.fasterxml.jackson.core groupId > < artifactId > jackson-databind artifactId > < version > 2.9.3 version > dependency > < dependency > < groupId > com.fasterxml.jackson.core groupId > < artifactId > jackson-core artifactId > < version > 2.9.3 version > dependency > < dependency > < groupId > com.fasterxml.jackson.core groupId > < artifactId > jackson-annotations artifactId > < version > 2.9.3 version > dependency > 基础知识总结 jackson是用来序列化和反序列化json的解析器之一 Jackson 的核心模块由三部分组成。 jackson-core,核心包,提供基于"流模式"解析的相关 API,它包括 Js
………………………………