NodesProcessing Nodes
Edit Page on GitHubJSON to Text (Stringify)
Converts a JSON object or array into a standard JSON string.
textjsonstringifyconverterEasy0

Description
Stringifies a JSON object into a text representation, useful for logging, debugging, or sending JSON data as a string.
Common Use Cases
- Logging JSON data
- Sending JSON data as text messages
- Displaying JSON data in a readable format
Inputs
The input connections this node accepts:
NameDescriptionTypeFlowThe flow of the workflowFlowJSONJSON object or array to convertJSONOutputs
The output connections this node provides:
NameDescriptionTypeTextThe text/string representation of the JSON dataTextToolThe tool version of this node, to be used by LLMsToolFields
The configurable fields this node provides:
NameDescriptionTypeJSONJSON object or array to convertMapLast updated on