JSON Plugin
The plugin provides different actions to interact with JSON.
Installation
Example 1. build.gradle
implementation(group: 'org.vividus', name: 'vividus-plugin-json', version: '0.3.4')
Steps
Patch JSON
When I patch JSON `$sourceJson` using `$jsonPatch` and save result to $scopes variable `$variableName`
-
$sourceJson
- JSON data to be patched. -
$jsonPatch
- JSON data with required patch actions according to RFC-6902 -
$variableName
- The variable name