Y
Hacker News
new
|
ask
|
show
|
jobs
by
CapitalistCartr
800 days ago
What is NLJSON?
2 comments
chuckadams
800 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.
link
rzzzt
800 days ago
NDJSON is the shorthand I've seen:
https://github.com/ndjson/ndjson-spec
link
eichin
800 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
800 days ago
Missed opportunity to just call it JSONS.
link
svieira
800 days ago
New Line delimited JSON
link