Skip to content

unfoldml/jsonl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jsonl

Adapters between 'aeson' and the JSONL format (https://jsonlines.org/)

jsonl :

jsonl-conduit :

The JSONL format is best suited for encoding datasets made of structured objects, safer to parse than CSV and a lighter-weight alternative to a document database.

We provide a basic in-memory interface (the jsonl package) and a streaming one, suitable for large datasets (jsonl-conduit).