Action Jackson! Effective JSON processing in Spring Boot Applications by Joris Kuipers @ Spring I/O

Описание к видео Action Jackson! Effective JSON processing in Spring Boot Applications by Joris Kuipers @ Spring I/O

Spring I/O 2023 - Barcelona, 18-19 May

Slides: https://www.slideshare.net/jkuipers/a...

GitLab repo: https://gitlab.trifork.nl/jorisk/acti...

JSON processing plays an important role in nearly all applications nowadays, and Jackson is the de-facto standard library for that. Most developers are therefore familiar with using it for simple (un)marshalling purposes, but never go beyond the basics. In this session Joris will show how to effectively configure and use Jackson, focusing on Spring Boot applications. Boot provides a lot of support for configuring ObjectMappers, which you can use directly but are also used internally by the framework for e.g. handling HTTP requests/responses or message conversion. Topics will include tuning mappings, using modules, applying views and using alternative parsing options like JSON Pointer and JsonPath, all illustrated through live demos. Don’t miss out on this presentation and become an Action Jackson yourself!

Комментарии

Информация по комментариям в разработке