Category 1: JSON Serialization and Deserialization – Jackson API
Category 2: JSON Serialization and Deserialization – Gson API
Category 3: JSON Structure Creation and Manipulation – Jackson API
| Chapter 14 How to create JSON Array Payload using POJO – Jackson API |
| Chapter 15 How to create Nested JSON Object using POJO – Jackson API |
Category 4: JSON Structure Creation and Manipulation – Gson API
| Chapter 16 How to test JSON Request using GSON API |
| Chapter 17 How to save JSON in File Using Gson API |
| Chapter 18 How to read JSON from File Using Gson API |
Category 5: JSON Simple
| Chapter 19 How to Read JSON with JSON.simple – NEW |
| Chapter 20 How to create and write JSON with JSON.simple in Java – NEW |