Java with JSON

Go to class
Write Review

Free Online Course: Java with JSON provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth 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 LinkedIn Learning. Java with JSON is taught by Jon-Luke West.

Overview
  • Learn the skills you need to work comfortably with JSON and extend the functionality of your applications.

Syllabus
  • Introduction

    • Your apps and JSON
    • What you should know
    • Exercise files
    1. JSON Basics
    • Data interchange formats
    • JSON syntax
    • Primitives
    • Writing JSON
    • Challenge: Reading and writing JSON
    • Solution: Reading and writing JSON
    2. Simple JSON Implementation
    • Explore the sample app
    • JSON libraries
    • Add Gson as a dependency
    • Use JSON to write data
    • Read JSON from file
    • Add properties to the Note class
    • Add new field to the UI
    3. JSON Arrays
    • Working with arrays
    • Write JSON arrays
    • Read JSON arrays
    • Define a JsonNotesFile class
    • Keyed collections
    • Use a map of notes
    4. Additional Formatting and Customization
    • Write nested JSON
    • Read nested JSON
    • Test nested JSON
    • Select fields to expose
    • Configure serialized names
    • ISO 8601
    • Date and time in JSON
    • Handle null values
    Conclusion
    • Next steps