name
property in a JSON, you would provide “name” as the key.Each key that is defined is exposed as input to the node. Values passed into these inputs become the values in your JSON.
{"name": "John", "age": "25"}
JSON Writer
node whenever you need to manipulate JSON data within an automated process, such as updating configuration settings, modifying response data from an API, or just to ensure certain data fields contain up-to-date information before passing the JSON on to another process or system. This node simplifies tasks that involve the dynamic updating of JSON content without requiring you to write custom code or manually edit JSON strings.