Spring Boot: integration of JSON binding libraries
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…