Hacker News new | ask | show | jobs
by hermitcrab 403 days ago
JSON isn't great for tabular data. And an awful lot of data is tabular.
2 comments

Yeah, I don’t like parsing XML, but I’d rather do that than deal with the Lovecraftian API design that comes with complex JSON representations.
JSON tabular data only adds a couple of brackets per line and at the start/end of the file vs CSV. In exchange for these bits (that basically disappear when compressed), you get a guaranteed standard formatting. Seems like a decent tradeoff to me.