Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
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:
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