JSONinput
TSVoutput
TSV will appear here...
Expects a JSON array of flat objects. The column list is the union of every object's keys, in first-seen order; missing values become empty cells. Since TSV has no quoting mechanism, any tab, newline, or backslash inside a value is escaped as
\t, \n, \\ (the standard IANA text/tab-separated-values convention). Runs entirely in your browser.