You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not yet standardised, but could be application/jsonl according to the docs.
Description
A format for storing structured JSON data and processing it one record (line) at a time. The format is useful for data-processing pipelines that output records one at a time, e.g. text-processing tools and shell pipelines.
(Might not easily be possible with DROID style syntax). It is also recommended that some systems implementing this format use bzip2 or gzip2 to compress data. This conversely might open up some additional ways of identifying the format, e.g. via container.
Format name
JSON Lines
Version number
N/A
Extensions
*.jsonl
MIME/Media Type
Not yet standardised, but could be
application/jsonl
according to the docs.Description
A format for storing structured JSON data and processing it one record (line) at a time. The format is useful for data-processing pipelines that output records one at a time, e.g. text-processing tools and shell pipelines.
There are three requirements to JSONL:
Format type
Text (Structured)
Vendor
Independent: Ian Ward (https://github.com/wardi/jsonlines)
File format identification signatures
N/A.
(Might not easily be possible with DROID style syntax). It is also recommended that some systems implementing this format use bzip2 or gzip2 to compress data. This conversely might open up some additional ways of identifying the format, e.g. via container.
Relevant links, documentation, extra information
https://jsonlines.org/
Credit
Ross Spencer
The text was updated successfully, but these errors were encountered: