Popular repositories Loading
-
jackson-databind
jackson-databind PublicGeneral data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)
-
jackson-core
jackson-core PublicCore part of Jackson that defines Streaming API as well as basic shared abstractions
-
jackson-module-kotlin
jackson-module-kotlin PublicModule that adds support for serialization/deserialization of Kotlin (http://kotlinlang.org) classes and data classes.
-
jackson-annotations
jackson-annotations PublicCore annotations (annotations that only depend on jackson-core) for Jackson data processor
-
Repositories
- jackson-core Public
Core part of Jackson that defines Streaming API as well as basic shared abstractions
- jackson-module-scala Public
Add-on module for Jackson (https://github.com/FasterXML/jackson) to support Scala-specific datatypes
- jackson-dataformats-text Public
Uber-project for (some) standard Jackson textual format backends: csv, properties, yaml (xml to be added in future)
- java-classmate Public
Library for introspecting generic type information of types, member/static methods, fields. Especially useful for POJO/Bean introspection.
- jackson-modules-base Public
Uber-project for foundational modules of Jackson that build directly on core components but nothing else; not including data format or datatype modules
- jackson-databind Public
General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)
- jackson-jr Public
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 Public
Collection of common Jackson datatype modules not part of other multi-project repos
- jackson-datatype-joda Public
Extension module to properly support full datatype set of Joda datetime library