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