Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign upRepositories
-
jackson-databind
General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)
-
jackson-annotations
Core annotations (annotations that only depend on jackson-core) for Jackson data processor
-
jackson-modules-base
Uber-project for foundational modules of Jackson that build directly on core components but nothing else; not including data format or datatype modules
-
jackson-bom
Bill of materials POM for Jackson projects
-
jackson-datatype-joda
Extension module to properly support full datatype set of Joda datetime library
-
jackson-modules-java8
Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names)
-
jackson-module-kotlin
Module that adds support for serialization/deserialization of Kotlin (http://kotlinlang.org) classes and data classes.
-
jackson-jdk11-compat-test
Test project for verifying Jackson's support of JDK9+ Module system
-
jackson-datatypes-collections
Jackson project that contains various collection-oriented datatype libraries: Guava, HPPC, PCollections
-
jackson-module-scala
Add-on module for Jackson (https://github.com/FasterXML/jackson) to support Scala-specific datatypes
-
-
jackson-core
Core part of Jackson that defines Streaming API as well as basic shared abstractions
-
java-classmate
Library for introspecting generic type information of types, member/static methods, fields. Especially useful for POJO/Bean introspection.
-
jackson-integration-tests
Project that contains integration tests across Jackson components
-
Hacktoberfest2020
Central repository for FasterXML activities related to Hacktoberfest 2020 by DigitalOcean (https://hacktoberfest.digitalocean.com/)
-
jackson-jaxrs-providers
Multi-module project that contains Jackson-based JAX-RS providers for JSON, XML, YAML, Smile, CBOR formats
-
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
-
StaxMate
StaxMate: Automatic Shifting for Streaming XML Processing
-
woodstox
The gold standard Stax XML API implementation. Now at Github.
-
jackson-benchmarks
Project that contains JMH-based micro-benchmarks to help with optimizations
-
stax2-api
Extension API for Stax, Java pull-parsing API (STreaming Api for Xml)
-
jackson-parent
Parent pom for all core Jackson components (but only those -- users should use `jackson-bom`)
-
oss-parent
Grandpa pom for all projects under FasterXML git umbrella
-
jackson-jr
Stand-alone data-binding module designed as a light-weight (and -featured) alternative to `jackson-databind`: will only deal with "Maps, Lists, Strings, wrappers and Java Beans" (jr-objects), or simple read-only trees (jr-stree)
-
jackson-datatypes-misc
Collection of common Jackson datatype modules not part of other multi-project repos
-
jackson-datatype-hibernate
Add-on module for Jackson JSON processor which handles Hibernate (http://www.hibernate.org/) datatypes; and specifically aspects of lazy-loading
-
jackson-dataformats-text
Uber-project for (some) standard Jackson textual format backends: csv, properties, yaml (xml to be added in future)
-
jackson-dataformats-binary
Uber-project for standard Jackson binary format backends: avro, cbor, ion, protobuf, smile
-
jackson-module-jsonSchema
Module for generating JSON Schema (v3) definitions from POJOs
-
smile-format-specification
New home for Smile format (https://en.wikipedia.org/wiki/Smile_(data_interchange_format))