Java: JSON Fundamentals
JSON is one of the most widely used human-readable data interchange formats in the world. This course will teach you how to generate and parse JSON, what it can and should be used for and how to integrate it into other projects.
JSON is one of the most widely used human-readable data interchange formats in the world and understanding how it works is important for developing server-side Java applications. In this course, Java: JSON Fundamentals, you will learn everything about JSON that a Java developer needs to know. First, you will cover what it can and should be used for. Next, you will learn how to generate and parse JSON including binding, streaming and DOM/Tree style APIs. Finally, we will look at the big picture of JSON: how to integrate it into projects and appropriate information architecture principles. When you’ve finished this course, you will have a strong understanding of how JSON can be used in real-world server-side Java projects.
Author Name: Richard Warburton
Author Description:
Richard is an empirical technologist and solver of deep-dive technical problems and works independently as a Software Engineer and Trainer. Recently he has written a book on Java 8 Lambdas for O’Reilly and teaching people via java8training.com and Pluralsight. He’s worked as a developer in diverse areas including Statistical Analytics, Static Analysis, Compilers, and Network Protocols. He is a leader in the London Java Community and runs Java Hackdays. Richard is also a known conference speaker,… more
Table of Contents
- Course Overview
1min - What Is JSON?
15mins - Producing JSON
23mins - Consuming JSON with a DOM API
19mins - Consuming JSON with a Binding API
22mins - Consuming JSON with a Streaming API
17mins - JSON Information Architecture
22mins - Integrating JSON
26mins
There are no reviews yet.