JA
Jackson
High-performance JSON processor for Java — object mapping, streaming API, data binding, and a rich module ecosystem.
Jackson is the standard JSON library for Java. Its ObjectMapper converts between JSON and POJOs with annotated field control (@JsonProperty, @JsonIgnore). Spring Boot auto-configures Jackson as the default HTTP message converter; Quarkus and Micronaut both support it out of the box.
// commonly used with
Opinionated Spring framework for production-ready Java microservices — auto-configuration, …
web
2014
// related libraries
// tags
jsonserializationjavarestdata-bindingspring