How does input data work?
under review
B
Bruno
I'm confused about what the buttons are supposed to mean/do. Does "Place your data here" mean "drag and drop a file here"? Should I write the data myself manually? Can I have multiple inputs, and if so, how are there going to be called? Is this expecting Javascript, JSON, csv, something else? If javascript - why should I use this instead of just writing
const input = {...}
in the code area?T
Tom Dawes
under review