Skip to main content

JSON Add Property

Overview


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

Input

NameRequiredDescription
JSON StringInput JSON string.
JSONPathPath where the property should be added in the JSON.
Add as null valueAdd the property with a null value.
ValueValue to add to the array.
TypeType of the value (Auto will assume the type of JSON value).
Property NameName of the property to add.

Output

Result The updated JSON string.