jsonlines
Library with helpers for the jsonlines and ndjson file formats
Library with helpers for the jsonlines and ndjson file formats
To install this package, run one of the following:
This data format is straight-forward: it is simply one valid JSON value per line, encoded using UTF-8. While code to consume and create such data is not that complex, it quickly becomes non-trivial enough to warrant a dedicated library when adding data validation, error handling, support for both binary and text streams, and so on. This small library implements all that (and more!) so that applications using this format do not have to reinvent the wheel.
Summary
Library with helpers for the jsonlines and ndjson file formats
Information Last Updated
Oct 15, 2025 at 16:57
License
BSD-3-Clause
Total Downloads
2.1K
Platforms
GitHub Repository
https://github.com/wbolster/jsonlinesDocumentation
https://jsonlines.readthedocs.io/