Skip to content

andbin.dev

My technical blog on software development

  • Home
  • About
  • Contact
  • Resources
andbin.dev
My technical blog on software development

Jackson

The Jackson library is one of the most popular libraries for parsing/generating/binding JSON data in Java.

Java / Spring Boot

Spring Boot: integration of JSON binding libraries

Byandbin January 25, 2023January 30, 2023

Spring Boot provides direct support for three well known JSON binding libraries: Jackson, Gson and JSON-B (note that the latter is, more precisely, a specification). JSON binding is typically used in REST web services but of course you can use it in several other contexts. In this article I am going to explain how to…

Read More Spring Boot: integration of JSON binding libraries

Recent Posts

  • Spring Boot: integration of JSON binding libraries
  • Implementation of property definers with logback
  • The new features of SLF4J 2.x
  • Directory listing with the NIO.2 API
  • Comparison between ArrayList and Vector

Archives

  • January 2023
  • October 2022
  • September 2022
  • August 2022
  • July 2022

Categories

  • General
  • Java
  • Java / Spring Boot

Except where otherwise noted, all content on this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Creative Commons Attribution-ShareAlike Logo

Privacy/Cookie Policy

© 2023 andbin.dev - WordPress Theme by Kadence WP

Scroll to top
  • Home
  • About
  • Contact
  • Resources