node-red-node-toon 1.0.0
A Node-RED node to encode and decode objects to TOON format strings
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.