Y
Hacker News
new
|
ask
|
show
|
jobs
by
srijs
3924 days ago
There is also NDJSON (aka Newline-delimited JSON):
http://ndjson.org/
(disclosure: I'm the author of the Haskell ndjson-conduit library)
2 comments
Argorak
3924 days ago
I can highly recommend NDJSON, as it is has much less optional behavior (\n at the end of the stream is always an interesting case rarely covered).
link
sandstrom
3924 days ago
Any thoughts on merging the two efforts. They seem similar enough that you could focus effort on one of them.
link
johnhenry
3923 days ago
Interesting idea. If I'm not mistaken, JSON Lines looks like a subset of NDJSON?
link