JSON Lines is a text-based data format where each line contains one valid JSON value. Most commonly, each line is a separate JSON object, making the file easy to read, stream, append, and process one record at a time. The format is often saved with the .jsonl...