Core part of Jackson that defines Streaming API as well as basic shared abstractions
Extension for Jackson JSON processor that adds support for serializing POJOs as XML (and deserializing from XML) as an alternative to JSON
Uber-project for foundational modules of Jackson that build directly on core components but nothing else; not including data format or datatype modules
Multi-module project that contains Jackson-based "new" Jakarta-RS (nee "JAX-RS" -- ones under `jakarta.ws.rs`) providers for JSON, XML, YAML, Smile, CBOR formats
Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names)
Collection of common Jackson datatype modules not part of other multi-project repos
Maven plug-in for generation JSON Schemas using Jackson library and extension modules
最近更新: 7天前Performance benchmark suite that compares data-binding (JSON<->POJO) performance of Java JSON libraries. Uses Japex benchmark framework for running...
最近更新: 7天前Not Yet A Thing -- placeholder for possible future implementation
最近更新: 7天前(DEPRECATED) -- moved as a sub-project of `jackson-dataformats-text`
最近更新: 7天前Test suite for JDK 16 compatibility of Jackson components, mainly jackson-databind
最近更新: 7天前Test project for verifying Jackson's support of JDK9+ Module system
最近更新: 7天前Collection of command-line tools related to Jackson data processor, such as format decoders
最近更新: 7天前