Turns a list of items into NDJSON, also called JSON Lines: one JSON object per line, separated by line breaks. Unlike a single JSON array, this format lets a receiving system read and process one record at a time without loading the whole file, which is why it is popular for streaming data and large exports. This formatter has no settings; give it a list and it writes each item as its own line.