JSONL is the practical version of JSON for workloads made of many independent records. A conventional JSON array is excellent for a bounded document. It becomes awkward when an export grows into millions of items, a log never ends, or an ingestion job must identify and isolate a bad record without loading the whole file. […]