Y
Hacker News
new
|
ask
|
show
|
jobs
by
chuckadams
795 days ago
Also known as JSONL, or JSON Lines. Basically a file of JSON objects separated by newlines. Popular format for logs these days for obvious reasons.
2 comments
rzzzt
795 days ago
NDJSON is the shorthand I've seen:
https://github.com/ndjson/ndjson-spec
link
eichin
795 days ago
https://jsonlines.org/
was the first "this is trivial but let's write it down so maybe the name will stick" spec for it (from 2013ish)
link
mirekrusin
794 days ago
Missed opportunity to just call it JSONS.
link