Y
Hacker News
new
|
ask
|
show
|
jobs
by
dTal
2498 days ago
Better than nothing, but the problem with that is that you can't construct a deep, lazily evaluated pipeline. JSON can't be outputted until all the data is collected.
1 comments
chocolateboy
2497 days ago
There's a streaming format which is used for this: JSON Lines [1] AKA newline-delimited JSON [2].
[1]
http://jsonlines.org/
[2]
http://ndjson.org/
link
[1] http://jsonlines.org/
[2] http://ndjson.org/