JSON Update Property
Updates a key-value pair in a JSON string.

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