serialization
General data-binding functionality for Jackson: works on core streaming API
Last Release on Apr 25, 2025
2. Gson25,730 usages
com.google.code.gson » gsonApache
Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object.
Last Release on Apr 24, 2025
Core Jackson processing abstractions (aka Streaming API), implementation for JSON
Last Release on Apr 25, 2025
Fastjson is a JSON processor (JSON parser + JSON generator) written in Java
Last Release on Mar 31, 2025
Relocated → com.alibaba.fastjson2 »
fastjson2
JSON is a light-weight, language independent, data interchange format.
See http://www.JSON.org/
The files in this package implement JSON encoders/decoders in Java.
It also includes the capability to convert between JSON and XML, HTTP
headers, Cookies, and CDL.
This is a reference implementation. There are a large number of JSON packages
in Java. Perhaps someday the Java community will standardize on one. Until
then, choose carefully.
Last Release on Jan 8, 2025
Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format.
Last Release on Apr 24, 2025
8. Jackson Dataformat YAML4,608 usages
com.fasterxml.jackson.dataformat » jackson-dataformat-yamlApache
Support for reading and writing YAML-encoded data via Jackson abstractions.
Last Release on Apr 25, 2025
Data Mapper package is a high-performance data binding package
built on Jackson JSON processor
Last Release on Jul 15, 2013
Relocated → com.fasterxml.jackson.core »
jackson-databind