jackson-databind
Data binder
A general-purpose data-binding package for Java applications
General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)
4k stars
168 watching
1k forks
Language: Java
last commit: 6 days ago hacktoberfestjacksonjackson-databindjson
Related projects:
Repository | Description | Stars |
---|---|---|
fasterxml/jackson-core | A low-level incremental parser and generator abstraction used by Jackson Data Processor for JSON data binding | 2,265 |
fasterxml/jackson | A suite of data-processing tools for Java to handle various data formats and structures. | 9,129 |
fasterxml/jackson-modules-java8 | Supports Java 8 features in Jackson JSON serialization and deserialization | 401 |
fasterxml/jackson-annotations | Provides annotations for customizing JSON serialization and deserialization of Java classes | 1,030 |
fasterxml/jackson-docs | A comprehensive resource for learning and using the Jackson JSON processor | 727 |
joelittlejohn/jsonschema2pojo | Generates Java types from JSON or JSON Schema for data-binding with popular libraries | 6,239 |
bluelinelabs/logansquare | A JSON parsing and serialization library for Android using Jackson's streaming API | 3,208 |
swquinn/jackson-datatype-json-lib | A Jackson library extension for working with JSON data from the net.sf.json library | 4 |
jas502n/jackson-cve-2020-8840 | A project that details and demonstrates the impact of a remote code execution vulnerability in a popular Java library used for JSON data binding. | 73 |
hubspot/jackson-datatype-protobuf | Adds support for serializing and deserializing Google's Protocol Buffers to and from JSON using the Jackson library. | 137 |
fasterxml/jackson-module-scala | A Jackson module providing support for serialization and deserialization of Scala data structures | 502 |
fasterxml/jackson-module-kotlin | Adds support for serialization/deserialization of Kotlin classes and data classes | 1,126 |
logfellow/logstash-logback-encoder | A Java library providing loggers and appenders to format logs into JSON and other data formats using Jackson. | 2,439 |
stleary/json-java | Provides a reference implementation of JSON parsing and generation in Java | 4,535 |
pjfanning/jackson-module-enumeratum | A Jackson module providing support for Enumeratum, allowing it to be used with JSON serialization and deserialization | 4 |