Y
Hacker News
new
|
ask
|
show
|
jobs
by
yawnxyz
690 days ago
I love jsonlines but csvs are way more compact, since you don't have to repeat the column name for every line of data
2 comments
sam_perez
690 days ago
I think the fact that a human can mostly just read csvs is an important part of their adoption, too.
link
ianburrell
689 days ago
You would write JSON arrays without names for tabular data. I don’t know if there is a standard way to do the header, but array of names would work. Or JSON Schema record.
link