Y
Hacker News
new
|
ask
|
show
|
jobs
by
appreciatorBus
26 days ago
If you control both ends of the pipe, then sure. But for better or worse, large chunks of infrastructure expect to send or receive JSON.
2 comments
__s
26 days ago
csv/tsv are alive & well for interorg data pipelines
link
amelius
26 days ago
But JSON uses floats, not integers.
link
bee_rider
26 days ago
Does it really? I assumed it used strings.
link
Shish2k
26 days ago
javascript uses floats as its own default numeric data type; but other languages do have integers, and might want to convert those integers into a JSON (string) representation
link