5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Professional Curricula     Software Development Solution Area     Java 2 Programming     Object Serialization and JSON Parsing in Java
The JavaScript Object Notation (JSON) format is a widely used data format for serializing the internal state of objects to a structured and human-readable format. Take this course to explore the org.json library, which offers powerful features and constructs for the serialization of Java objects to the JSON format and parsing JSON files and structures.
Investigate how JSON in the Java library offers more powerful functionality to work with JSON as compared to the JSON Simple library. You'll also explore the use of different methods to create JSON arrays, discover the nuances of working with each of these methods and how they differ from each other.
You will have the skills and the ability to use the powerful features of JSON in the Java library to perform JSON serialization and parsing after finishing this course.

Objectives

Serialization in Java: Using JSON in Java for Serialization & Parsing

  • discover the key concepts covered in this course
  • use the org.json library for JSON parsing
  • read and write JSON data using org.json
  • import and export JSON arrays using org.json
  • use the put(), accumulate(), and append() methods to work with arrays
  • tokenize strings using the string tokener
  • serialize custom classes to the JSON format with org.json
  • serialize classes with nested objects with org.json
  • use the @JSONPropertyName and @JSONPropertyIgnore annotations
  • parse comma-delimited strings using the CDL class
  • parse comma-delimited files and records using CDL
  • summarize the key concepts covered in this course