csv-download demo

Press the button to download this array as a CSV file

[
  [ 1, 2, 3 ],
  [ "\"marisa\"", "hakurei,reimu", "sanae" ],
  [ { toJSON: function () { return 'hi'; } }, '1', 'a' ]
]