Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Jackson Quick Start : JSON Serialization With Java Made Easy
Rating: 4.6 out of 5(327 ratings)
7,133 students

Jackson Quick Start : JSON Serialization With Java Made Easy

Learn the fundamentals of Jackson quickly and easily through examples. Jackson makes JSON with Java fun and easy!
Created byCraig Hawkins
Last updated 4/2020
English

What you'll learn

  • Seriarization of Java objects into JSON using Jackson
  • De-serialization of JSON into Java objects using Jackson
  • How to avoid de-serialization errors
  • How to resolve naming mismatches between JSON and Java
  • How to use Jackson to produce human-readable JSON

Course content

3 sections14 lectures36m total length
  • Introduction2:48
  • Course Requirements0:20

Requirements

  • basic understanding of Java (methods, classes, variables, objects, etc.)
  • basic understanding of how to use an IDE (Eclipse, NetBeans, IntelliJ, etc.)

Description

Let's make things easy! In this quick-start course, students will learn how to use Jackson to serialize and deserialize JSON.  Import statements, Jackson classes and methods and program output will be illustrated and explained. By the end of the course, students will be able to serialize Java objects into JSON, deserialize JSON into Java objects, and will know how to avoid programming errors.  The course is taught by a straight-A Ivy League graduate with industry experience in the subject matter.

Who this course is for:

  • Java developers who want to know how to use Jackson to serialize and de-serialize JSON