Bundles
Bundles copied to clipboard
Escapes newline character in cell data, fixes multi-line text exports
I noticed that multi-line text data was being output with actual linebreaks, rather than \n, which isn't valid JSON. This fixes that.
Thanks, looks great. I'll test/merge this into master in a few days.
Cool - I eventually discovered that the tab character needed to be escaped as well, added a second commit.