Jackson
-
Mapping Default Values to Null Fields in Jackson
This article aims to provide a comprehensive understanding of how to handle null fields or missing values in JSON strings…
Read More » -
Jackson vs Gson: A Deep Dive
This is a tutorial about Jackson vs Gson. Specifically, we will do a quick comparison of the libraries Gson and…
Read More » -
Jackson Bidirectional Relationships
In this example, we will go through the Infinite Recursion (StackOverflowError) problem, when working with Bidirectional Relationships in Jackson model…
Read More » -
Jackson Exceptions – Problems and Solutions
1. Introduction In this example, we shall go through the most common Jackson API exceptions encountered while working for serialization…
Read More » -
Jackson Annotation Examples
This example is a deep dive into Jackson Annotations. It covers almost all the annotations with code examples. We will…
Read More » -
Introduction to Jackson ObjectMapper
In this example, we will learn about the ObjectMapper class from Jackson and its capabilities to serialize POJOs(Plain Old Java…
Read More » -
Enable Pretty Print JSON Output using Jackson example
As you might have noticed in the previous JSON tutorials, the output of the programs is not properly aligned, which…
Read More » -
Jackson Streaming API to read and write JSON example
Jackson project has implemented a very useful Streaming API which is also called incremental mode. This is the most efficient…
Read More » -
Jackson Tree Model example
In this example we are going to see how to use Jackson Tree Model. This model is very similar in…
Read More » -
Convert Java Map To / From JSON using Jackson example
With this example we are going to see how to convert a java.util.Map Object to /from JSON representation using the…
Read More »
- 1
- 2