An open API service indexing awesome lists of open source software.

https://github.com/unfoldml/jsonl

JSON Lines
https://github.com/unfoldml/jsonl

json jsonl jsonlines jsonlines-data streaming-data

Last synced: 6 months ago
JSON representation

JSON Lines

Awesome Lists containing this project

README

          

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