Pinned Repositories
jackson
Main Portal page for the Jackson project
jackson-annotations
Core annotations (annotations that only depend on jackson-core) for Jackson data processor
jackson-core
Core part of Jackson that defines Streaming API as well as basic shared abstractions
jackson-databind
General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)
jackson-dataformat-xml
Extension for Jackson JSON processor that adds support for serializing POJOs as XML (and deserializing from XML) as an alternative to JSON
jackson-dataformats-text
Uber-project for (some) standard Jackson textual format backends: csv, properties, yaml (xml to be added in future)
jackson-docs
Documentation for the Jackson JSON processor.
jackson-module-kotlin
Module that adds support for serialization/deserialization of Kotlin (http://kotlinlang.org) classes and data classes.
jackson-module-scala
Add-on module for Jackson (https://github.com/FasterXML/jackson) to support Scala-specific datatypes
jackson-modules-java8
Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names)
FasterXML, LLC's Repositories
FasterXML/jackson-module-mrbean
(DEPRECATED) -- moved under `jackson-modules-base`
FasterXML/jackson-module-guice
(DEPRECATED) -- moved under `jackson-modules-base`
FasterXML/jackson-module-paranamer
(DEPRECATED) -- moved under `jackson-modules-base`
FasterXML/jackson-schema-maven-plugin
Maven plug-in for generation JSON Schemas using Jackson library and extension modules
FasterXML/jackson-dataformat-thrift
Not Yet A Thing -- placeholder for possible future implementation
FasterXML/jackson-dataformat-ini
(Not Yet a Thing -- Placholder!) Data format implementation for "ini files", used on Windows, Python
FasterXML/jackson-module-osgi
(DEPRECATED) -- moved under `jackson-modules-base`
FasterXML/OmniPipe
Distributed data queue implementation that builds on ClusterMate/StoreMate foundation