node-red / cookbook.nodered.org

Node-RED Cookbook
http://cookbook.nodered.org
Apache License 2.0
84 stars 34 forks source link

Feedback on 'Convert to/from YAML' #115

Open rmwiseman opened 1 year ago

rmwiseman commented 1 year ago

In the first bit of the example flow, YAML is supposedly injected, but it's actually JSON ({"a":1}) and is ignored anyway because the subsequent template node overwrites the payload. Perhaps the inject node should simply inject a timestamp, as is the default, to avoid confusion?