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-docs
Documentation for the Jackson JSON processor.
FasterXML/jackson-dataformat-csv
(DEPRECATED) -- moved under: https://github.com/FasterXML/jackson-dataformats-text
FasterXML/jackson-dataformat-yaml
(DEPRECATED) -- moved as a sub-project of `jackson-dataformats-text`
FasterXML/jackson-datatype-jsr310
(DEPRECATED) -- moved under `jackson-modules-java8` repo: https://github.com/FasterXML/jackson-modules-java8
FasterXML/jackson-module-afterburner
(DEPRECATED) -- moved under `jackson-modules-base`
FasterXML/jackson-datatype-jdk8
(DEPRECATED) -- moved under `jackson-modules-java8`
FasterXML/jackson-datatype-json-org
(DEPRECATED) Support for org.json data types, to ease migration out of code that uses them
FasterXML/jackson-dataformat-smile
(DEPRECATED) -- moved under `jackson-dataformats-binary
FasterXML/jackson-module-jaxb-annotations
(DEPRECATED!!!) Moved to: https://github.com/FasterXML/jackson-modules-base/
FasterXML/StaxMate
StaxMate: Automatic Shifting for Streaming XML Processing
FasterXML/jackson-dataformat-avro
(DEPRECATED) -- moved under `jackson-dataformats-binary
FasterXML/jackson-dataformat-cbor
(DEPRECATED) -- moved under `jackson-dataformats-binary`
FasterXML/stax2-api
Extension API for Stax, Java pull-parsing API (STreaming Api for Xml)
FasterXML/jackson-module-parameter-names
(DEPRECATED) -- moved under `jackson-modules-java8`
FasterXML/jackson-dataformat-protobuf
(DEPRECATED) -- moved under `jackson-dataformats-binary`
FasterXML/TransiStore
Distributed data store for transient (temporary, time-bound) data. Based on ClusterMate/StoreMate
FasterXML/jackson-datatype-jsr353
(DEPRECATED) -- moved under `jackson-datatypes-misc` https://github.com/FasterXML/jackson-datatypes-misc/
FasterXML/jackson-dataformat-properties
(DEPRECATED) -- moved under `jackson-dataformats-text`
FasterXML/jackson-datatype-hppc
(DEPRECATED) -- moved under `jackson-datatypes-collections`
FasterXML/jackson-datatype-jdk7
(DEPRECATED) -- included in `jackson-databind` as of Jackson 2.7
FasterXML/Hacktoberfest2020
Central repository for FasterXML activities related to Hacktoberfest 2020 by DigitalOcean (https://hacktoberfest.digitalocean.com/)
FasterXML/jvm-json-benchmark
Performance benchmark suite that compares data-binding (JSON<->POJO) performance of Java JSON libraries. Uses Japex benchmark framework for running tests and visualizing results.
FasterXML/jackson3-dev
Repository for planning and tracking development of Jackson 3.0, with bigger API changes
FasterXML/jackson-1
FasterXML/jackson-jdk11-compat-test
Test project for verifying Jackson's support of JDK9+ Module system
FasterXML/jackson-jdk17-compat-test
Test suite for JDK 16 compatibility of Jackson components, mainly jackson-databind
FasterXML/jackson-jdk6-compat-test
Test project to verify JDK6 compatibility of Jackson versions 2.7 and anbove
FasterXML/jackson-gh-actions
Repository for reusable Github workflow actions for Jackson project
FasterXML/jackson-tools
Collection of command-line tools related to Jackson data processor, such as format decoders
FasterXML/Woodstox4
Backup repository for older versions of Woodstox (pre-5.0), migrated from Codehaus