TWAZI

Add Property to JSON

Adds or updates a property in a JSON object.

Inputs

  • JSON Object required: The source JSON object to modify
  • Property Name required: Name of the property to add/update
  • Property Value required: Value to set for the property

Example

{
  "JSON Object": {
    "name": "John",
    "age": 30
  },
  "Property Name": "city",
  "Property Value": "New York"
}

Outputs

  • Modified JSON: The JSON object with the new/updated property
Add property to JSON workflow example

On this page

Edit on GitHub