flow
(required): The incoming JSON object to be stringified.flow
: The original JSON object, passed through unmodified.string
: The stringified representation of the input JSON object.hiddenProperties
: An array of property names that should be hidden from the node’s configuration interface. Default: ["hiddenProperties", "valueTypes", "socketInputs", "valueTypeOptions"]
.valueType
: The type of the output value. Leave empty for automatic type detection. Default: ""
.valueTypeOptions
: An object specifying the available value types for the output socket. Default: {"values": ["string", "number", "float", "boolean", "object", "array"], "socketName": "Item"}
.socketInputs
: An array of additional input sockets to be added to the node. Default: []
.flow
input of the Json Stringify node.string
output socket.string
output to other nodes that expect a string input, such as a Write File node or an HTTP Request node.name
, age
, and city
.output.json
.