Files
node-red-nodes/parsers/toon
Dave Conway-Jones fea121e661 tidy toon.js
2025-11-22 16:57:11 +00:00
..
2025-11-22 12:36:24 +00:00
2025-11-22 12:36:24 +00:00
2025-11-22 12:36:24 +00:00
2025-11-22 12:36:24 +00:00
2025-11-22 12:36:24 +00:00
2025-11-22 16:57:11 +00:00

node-red-node-toon

A Node-RED node to encode and decode objects to TOON format strings.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm i node-red-node-toon

Usage

A function that converts the msg.payload object to and from TOON format.

If the input is an object it converts it to a TOON encoded string.

If the input is a TOON encoded string it tries to convert it back to an object.