Explore JSON role in data interchange and storage. Learn to parse, access, and construct JSON data using Kotlin, equipping you to handle complex structured data essential for modern applications.
Overview
Syllabus
- Unit 1: Introduction to JSON Handling with Kotlin
- Fixing JSON Parsing Error in Kotlin
- Extend the Students Array in JSON with Kotlin
- Combining JSON Data in Kotlin
- Pretty-Print JSON Output in Kotlin
- Parsing JSON Data with Jackson in Kotlin
- Unit 2: Introduction to JSON Handling in Kotlin
- Accessing and Printing JSON Data in Kotlin
- Fix JSON Data Extraction in Kotlin
- Extracting School Data from JSON in Kotlin
- Extracting Second Student's Details from JSON in Kotlin
- Unit 3: Parsing JSON Arrays in Kotlin with Jackson
- Mapping JSON Data to Kotlin Data Classes
- Parsing JSON Arrays in Kotlin
- Mapping JSON to Kotlin Data Classes
- Unit 4: Working with JSON in Kotlin Using Jackson
- Writing JSON to a File in Kotlin
- Modifying JSON Property Names in Kotlin
- Manipulating JSON Data in Kotlin
- Handling JSON Data with Kotlin and Jackson