I have a noflo graph.json.
My basic use case is
- Generate graph.json using noflo-ui
- Convert graph.json into a javascript(or node module) file using any means possible.
- run the file in my own node express application.
I want to see the final compiled code in javascript. I have been searching the documentation and source code. I just couldn't locate it.