在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:FasterXML/jackson-docs开源软件地址:https://github.com/FasterXML/jackson-docs开源编程语言:开源软件介绍:This project is the main hub to all kinds of documentation related to the Jackson JSON Processor. TutorialsFor your first steps in understanding how to use Jackson, following tutorials are good places to start:
GeneralAnnotations
Frameworks, Platforms
JVM Languages beyond Java(need links to Scala, Kotlin, Clojure tutorials, articles) OtherDocumentation under Jackson GH projectsJackson project hub has links to all active Jackson projects. These projects contain plenty of project-specific documentation, such as:
External (off-GitHub) documentationBlogs that regularly write about Jackson include:
And here are good articles around the web:
ParticipatingThe easiest ways to participate is to join one of Jackson mailing lists (Jackson google groups):
There are other related lists and forums as well:
Sample codeSee (External) Jackson Sample Code. On Jackson versioningNote that there are two major Jackson versions: 1.x (1.0 - 1.9) and 2.x (2.0 - 2.13). These versions can co-exist as they are located in different Java packages and use different jar naming and Maven group/artifact ids. But this means that you have to make sure that all components in use have matching major versions: specifically, Jackson 2.x code does NOT understand or support Jackson 1.x annotations, or vice versa. Minor versions (like 2.1 and 2.2) are backwards compatible with respect to public API: old code should work without recompilation, if (but only if) it relies on external API; public methods, annotations. When overriding internal functionality, we try hard to maintain backwards compatibility between adjacent minor versions; need for changes is indicated by deprecating internal methods. Recompilation is thus recommended when extending by sub-classing, for example. Misc other
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论