Parsing and Producing JSON in Groovy: Part 2

Опубликовано: 19 Август 2026
на канале: Testing&Tooling
1,696
like

Request tutorial here - https://chat.whatsapp.com/Fc4mqxlsaw9...

Learn how to manipulate JSON in Groovy with ease, In this video with simple example you will learn:

1. How to create the JSON using JsonBuilder?
2. How to Add key values to existing JSON?
3. How to edit the value of the key in Existing JSON?
4. How to delete key values from JSON in Groovy?


Essentially, you are learning How to modify JSON in groovy.

All the best.

01:57 Create the JSON using JsonBuilder Groovy
04:35 Groovy toPrettyString for JSON JsonBuilder
05:24 Add a new Key-value to JSON in Groovy. Modify JSON using JSONBuilder
07:24 Update value of particular key in JSON using Groovy. How do you modify JSON in groovy?
08:24 Deleting the keys from JSON in groovy

How do you modify json in groovy