Hacker News
new
past
comments
ask
show
jobs
points
by
amelius
6 hours ago
|
comments
by
DarkUranium
3 hours ago
|
next
[-]
Because maybe the choice of serialization format isn't under your control?
reply
by
appreciatorBus
5 hours ago
|
prev
|
[-]
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.
reply
by
__s
4 hours ago
|
parent
|
next
[-]
csv/tsv are alive & well for interorg data pipelines
reply
by
amelius
5 hours ago
|
parent
|
prev
|
[-]
But JSON uses floats, not integers.
reply
by
Shish2k
1 hours ago
|
parent
|
next
[-]
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
reply
by
bee_rider
2 hours ago
|
parent
|
prev
|
[-]
Does it really? I assumed it used strings.
reply