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
- Host: GitHub
- URL: https://github.com/unfoldml/jsonl
- Owner: unfoldml
- License: bsd-3-clause
- Created: 2022-05-02T13:48:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T10:01:24.000Z (over 2 years ago)
- Last Synced: 2025-04-11T16:18:56.349Z (6 months ago)
- Topics: json, jsonl, jsonlines, jsonlines-data, streaming-data
- Language: Haskell
- Homepage:
- Size: 26.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jsonl
Adapters between 'aeson' and the JSONL format (https://jsonlines.org/)
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`).