Java: JSON Databinding with Jackson

Go to class
Write Review

Free Online Course: Java: JSON Databinding with Jackson provided by Pluralsight is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Java: JSON Databinding with Jackson is taught by Jean-Marc Julien.

Overview
  • Jackson is a very popular and efficient java based library used to serialize or map Java objects to JSON and vice versa. This course will teach you the basics of the Jackson library API features and their usage in a simple and intuitive way.

    Do you need to work with JSON in your Java code? In this course, Java: JSON Databinding with Jackson, you will learn foundational knowledge of the ability to bind JSON data with Java objects. First, you will learn how to define your Java object class files. Next, you will be able to convert Java into JSON and vice versa. Finally, you will explore how to add annotations to your code to read and write JSON more efficiently. When you’re finished with this course, you will have the skills and knowledge of the Jackson library API needed to build JSON data driven applications.

    Topics:

    • Course Overview
    • Introduction
    • Defining Your Class Files (JSON Data and Java Class)
    • Converting Between JSON and POJO (Plain Old Java Objects)
    • Annotations