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
Last Updated
Jul 25, 2025 at 08:38
License
BSD-3-Clause
Total Downloads
2.1K
Supported Platforms
Unsupported Platforms
GitHub Repository
https://github.com/wbolster/jsonlinesDocumentation
https://jsonlines.readthedocs.io/