I am trying to create a JSON string from table data in dataflow editor. With out writing javascript is there a simple way to convert table data into JSON string.
You want to use a "Make Object" block (under "Logic"). It will take in each of the fields from the table and generate JSON as the output. See here for more info on page 91: