Add Property to JSON
Adds or updates a property in a JSON object.
Inputs
JSON Object
required: The source JSON object to modifyProperty Name
required: Name of the property to add/updateProperty Value
required: Value to set for the property
Example
Outputs
Modified JSON
: The JSON object with the new/updated property
