3 ms·
There is also NDJSON (aka Newline-delimited JSON): http://ndjson.org/ http://ndjson.org/ (disclosure: I'm the author of the Haskell ndjson-conduit library)
by srijs 11y ago
There is also NDJSON (aka Newline-delimited JSON): http://ndjson.org/ http://ndjson.org/
(disclosure: I'm the author of the Haskell ndjson-conduit library)
- Argorak 11y agoI 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).
- sandstrom 11y agoAny thoughts on merging the two efforts. They seem similar enough that you could focus effort on one of them.
- johnhenry 11y agoInteresting idea. If I'm not mistaken, JSON Lines looks like a subset of NDJSON?