Docs
NodesProcessing Nodes
Edit Page on GitHub

JSON to Text (Stringify)

Converts a JSON object or array into a standard JSON string.

textjsonstringifyconverterEasy0
JSON to Text (Stringify) Node Screenshot

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 convertJSON

Outputs

The output connections this node provides:

NameDescriptionTypeTextThe text/string representation of the JSON dataTextToolThe tool version of this node, to be used by LLMsTool

Fields

The configurable fields this node provides:

NameDescriptionTypeJSONJSON object or array to convertMap

Last updated on