Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 638 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 638 Bytes

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).