cookbook.nodered.org
cookbook.nodered.org copied to clipboard
Feedback on 'Convert to/from YAML'
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?