Add Value to JSON Array
Adds a value to an array property in a JSON string.

Input
| Name | Required | Description |
|---|---|---|
| JSON String | Input JSON string. | |
| JSONPath | Path to the array property in the JSON. | |
| Value | Value to add to the array. | |
| Type | Type of the value (Auto will assume the type of JSON value). |
Output
Result The updated JSON string.