Description
n8n-nodes-toon-formatter
This package ships a single community node for n8n that converts JSON payloads into the compact TOON format. The node only surfaces the required Input JSON parameter and returns the formatted string under the toon key for every output item.
Installation
- Clone this repository (or install the package once it is published to npm).
- Enable community nodes in your n8n instance.
- Follow the official community node guide to build and load the package into n8n.
Operation
- Format – accepts any JSON value (object, array, primitive) and encodes it into TOON text.
Usage
- Add a TOON Formatter node to your workflow.
- Provide data through the
Input JSONfield—either paste static JSON or reference previous nodes (for example{{ $json }}). - Run the workflow; the node outputs the formatted content in the
toonproperty.
Resources
Version history
- 0.1.0 – Initial release of the TOON formatter node.