About Anaconda Help Download Anaconda

main / packages / jsonlines 4.0.0

Library with helpers for the jsonlines and ndjson file formats

Installers

  • linux-64 v4.0.0
  • linux-aarch64 v4.0.0
  • osx-arm64 v4.0.0
  • win-64 v4.0.0
  • osx-64 v4.0.0
  • noarch v2.0.0

conda install

To install this package run one of the following:
conda install main::jsonlines

Description

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.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.0) Legal | Privacy Policy