JSONL
JSONL is an abbreviation for JSON Lines, based on the .jsonl
extension used for JSON Lines files. JSON Lines text format is a convenient format for storing structured data that can be processed one record at a time. It works well with Unix-style text processing, shell pipelines, and log files.
Related terms
JSON
Line-delimited JSON
Unicode
UTF-8