Hacker News new | ask | show | jobs
by 3cats-in-a-coat 236 days ago
No one forces us to use objects in JSON with repeated keys you know.
2 comments

Indeed a

    {"header": ["some","column","names"], "values": [[1,2,3],[4,5,6],...]}
could fit.
For sure, but most people aren't thinking intentionally about what they are dumping into their context either ;)