Hacker News new | ask | show | jobs
by 0x6c6f6c 242 days ago
Based on this thread that's called NDJSON

Newline Delimited JSON

TIL

1 comments

It's also known as JSONL (JSON Lines).
I'm pretty sure jsonl was a bit earlier as a term, but ndjson is now the more prominent term used for this... been using this approach for years though, when I first started using Mongo/Elastic for denormalized data, I'd also backup that same data to S3 as .jsonl.gz Leaps and bounds better than XMl at least.