JSON Add Property
Adds a property with a null value at the specified JSONPath in a JSON string.

Input
| Name | Required | Description |
|---|---|---|
| JSON String | Input JSON string. | |
| JSONPath | Path where the property should be added in the JSON. | |
| Add as null value | Add the property with a null value. | |
| Value | Value to add to the array. | |
| Type | Type of the value (Auto will assume the type of JSON value). | |
| Property Name | Name of the property to add. |
Output
Result The updated JSON string.