The Write JSON
block enables users to efficiently add or update key-value pairs within a JSON object. This block eliminates the need for manual interventions or custom coding, making it particularly useful for automation and data management.
I/O | Feature | Type | Simple Explanation |
---|---|---|---|
input | key | string | A list of comma-separated keys that specify which keys in the JSON object will have their values added or updated. |
input | json | object | The original JSON data designated for updating. If this is absent, a new JSON object will be created instead. |
input | json_value | string | A list of comma-separated values to be added or updated in conjunction with the specified keys; can represent new or existing values. |
output | updated_json | object | The modified version of the original JSON that reflects all changes made by updating or adding values for the specified keys. |
Consider how this block can streamline various processes:
In summary, whenever there’s a need to adjust key-value pairs within a JSON structure, the Write JSON
block provides an effective solution!
The Write JSON
block enables users to efficiently add or update key-value pairs within a JSON object. This block eliminates the need for manual interventions or custom coding, making it particularly useful for automation and data management.
I/O | Feature | Type | Simple Explanation |
---|---|---|---|
input | key | string | A list of comma-separated keys that specify which keys in the JSON object will have their values added or updated. |
input | json | object | The original JSON data designated for updating. If this is absent, a new JSON object will be created instead. |
input | json_value | string | A list of comma-separated values to be added or updated in conjunction with the specified keys; can represent new or existing values. |
output | updated_json | object | The modified version of the original JSON that reflects all changes made by updating or adding values for the specified keys. |
Consider how this block can streamline various processes:
In summary, whenever there’s a need to adjust key-value pairs within a JSON structure, the Write JSON
block provides an effective solution!