JSON Lines is a convenient format for storing structured data that may be processed one record at a time.
Requirements
- UTF-8 Encoding
- Each Line is a Valid JSON Value
- Line Separator is
'\n'
Suggestions
- JSON Lines files may be saved with the file extension
.jsonl.- Stream compressors like
gziporbzip2are recommended for saving space, resulting in.jsonl.gzor.jsonl.bz2files.- MIME type may be
application/jsonl