Video Description
JSON (JavaScript Object Notation) is very simple data representation format. It’s easy to read by humans, easy to parse by computers. JSON is language independent and supported by most of the modern programming languages. All of these make it one of the most popular data exchange formats.Java EE 8 fully supports JSON. It includes JSON Processing and JSON Binding APIs. These APIs were designed as part of Java Community Process by a group of experts in this area.
This course is dedicated to JSON-P 1.1, JSON-B 1.0 and Yasson 1.0. You will learn how to use these APIs to build portable applications based on Java standards. We will start with simple use cases and step by step, increasing complicity, go to advanced features.
By the end of this course, you will become familiar with JSON Processing API and JSON Binding API. You will be able to create, parse and transform JSON documents, use JSON Pointer, JSON Patch as well as JSON-B adapters and serializers and other features.
All the code and supporting files for this course are available on Github at https://github.com/PacktPublishing/JSON-with-Java-EE-8-Hands-on-Training
Style and Approach
This course consists of easy to watch videos covering specific topics with a little sense of humor. It’s designed the way that each video can be watched separately if you are interested only in a topic it covers. On the other hand, all videos are connected by building one bigger sample application.