🌐
PyPI
pypi.org › project › jsonlines
jsonlines · PyPI
pip install jsonlines Copy PIP instructions · Latest version · Released: Sep 1, 2023 · Library with helpers for the jsonlines file format · These details have been verified by PyPI · wbolster · These details have not been verified by PyPI · Homepage · License: BSD License (BSD) Author: wouter bolsterlee ·
      » pip install jsonlines
    
Published   Sep 01, 2023
Version   4.0.0
🌐
Readthedocs
jsonlines.readthedocs.io
jsonlines — jsonlines documentation
pip install jsonlines · The supported Python versions are 3.8+. Import the jsonlines module to get started: import jsonlines ·
🌐
GitHub
github.com › wbolster › jsonlines
GitHub - wbolster/jsonlines: python library to simplify working with jsonlines and ndjson data
jsonlines is a Python library to simplify working with jsonlines and ndjson data.
Starred by 307 users
Forked by 31 users
Languages   Python
🌐
Libraries.io
libraries.io › pypi › jsonlines
jsonlines 4.0.0 on PyPI - Libraries.io - security & maintenance data for open source software
Library with helpers for the jsonlines file format · Homepage PyPI Python · License · BSD-3-Clause · Install · pip install jsonlines==4.0.0 · jsonlines is a Python library to simplify working with jsonlines and ndjson data.
🌐
PyPI
pypi.org › project › jsonline
jsonline · PyPI
pip install jsonline · You can open a JSON Lines file using the JsonLine class or the jsonline.open() function. The .jsonl extension is not required in the file path.
      » pip install jsonline
    
Published   Aug 11, 2025
Version   0.3.1
🌐
Pythonfix
pythonfix.com › pkg › j › jsonlines
jsonlines 4.0.0 - Library with helpers for the jsonlines file format - PythonFix.com
October 13, 2024 - You can install jsonlines using pip · pip install jsonlines · or add it to a project with poetry · poetry add jsonlines · Author · wouter bolsterlee · License · BSD · Homepage · https://github.com/wbolster/jsonlines · PyPi: ...
🌐
Anaconda.org
anaconda.org › conda-forge › jsonlines
jsonlines - conda-forge | Anaconda.org
Install jsonlines with Anaconda.org. Library with helpers for the jsonlines file format
🌐
Python Forum
python-forum.io › thread-10138.html
Error message when importing jsonlines library
I'm using Jupyter Notebooks with version 2.7 I'm trying to import three libraries, requests, json, and jsonlines. When I post import requests import json import jsonlinesI get an error message saying ImportErrorTraceback (most recent call last) &...
🌐
GitHub
github.com › wbolster › jsonlines › issues › 48
ModuleNotFound error even after installing jsonlines · Issue #48 · wbolster/jsonlines
September 26, 2019 - I am getting ModuleNotFound error even after installing jsonlines. I am trying to run the python program (Python 3.6) using JupyterLab in AWS SageMaker. Here are the steps. Can you please help? Install jsonlines !pip install jsonlines Im...
Published   Nov 06, 2019
Find elsewhere
🌐
RoseIndia
roseindia.net › answers › viewqa › pythonquestions › 127779-ModuleNotFoundError-No-module-named-jsonlines.html
ModuleNotFoundError: No module named 'jsonlines'
You can install jsonlines python with following command: pip install jsonlines · After the installation of jsonlines python library, ModuleNotFoundError: No module named 'jsonlines' error will be solved. Thanks · Related Tutorials/Questions & Answers: ModuleNotFoundError: No module named ...
🌐
PyPI
pypi.org › project › json-lines
json-lines · PyPI
pip install json-lines Copy PIP instructions · Latest version · Released: Nov 21, 2018 · Reading JSON lines (jl) files, recover broken files · These details have been verified by PyPI · kmike lopuhin · These details have not been verified ...
      » pip install json-lines
    
Published   Nov 21, 2018
Version   0.5.0
🌐
GitHub
github.com › rmoralespp › jsonl
GitHub - rmoralespp/jsonl: A lightweight Python library for handling jsonlines files · GitHub
# Docs pip install --group=doc --upgrade # zensical usage: https://zensical.org/docs/usage/ zensical build zensical serve
Author   rmoralespp
🌐
Snyk
snyk.io › advisor › python packages › jsonlines
jsonlines - Python Package Health Analysis | Snyk
Learn more about jsonlines: package health score, popularity, security, maintenance, versions and more.
🌐
Generalist Programmer
generalistprogrammer.com › home › tutorials › python packages › jsonlines: python package guide 2025
jsonlines Python Guide [2025] | PyPI Tutorial
November 16, 2025 - ERROR: Could not find a version that satisfies the requirement jsonlines · Solution: Ensure your Python version meets requirements (>=3.8): python --version pip install --upgrade pip pip install jsonlines
🌐
GitHub
github.com › ckmishra8 › pyjsonlines
GitHub - ckmishra8/pyjsonlines: A Python library to convert Json to Jsonlines and Jsonlines to Json. This library is helpful to convert ndjson to Json and vice versa too.
User can install pyjsonlines either via the Python Package Index (PyPI) or from source. pip install pyjsonlines · This library contains two APIs to convert data: json2jsonl(in_take, file=None) jsonl2json(in_take, file=None) User should use ...
Author   ckmishra8
🌐
piwheels
piwheels.org › project › jsonlines
piwheels - jsonlines
Library with helpers for the jsonlines file format · In a virtualenv (see these instructions if you need to create one): pip3 install jsonlines · PyPI page · pypi.org/ project/ jsonlines · Project JSON · piwheels.org/ project/ jsonlines/ json · Versions · 11 ·
🌐
GitHub
github.com › wbolster › jsonlines › blob › master › doc › index.rst
jsonlines/doc/index.rst at master · wbolster/jsonlines
Flexible :py:class:`~jsonlines.Writer` wraps a file-like object · can produce compact output · can sort keys (deterministic output) can flush the underlying stream after each write · can be used as a context manager · allows complete control over encoding using a custom dumps callable · pip install jsonlines ·
Author   wbolster
🌐
PyPI
pypi.org › project › py-jsonl
py-jsonl · PyPI
pip install --group=doc --upgrade # Install doc dependencies, skip if already installed mkdocs serve # Start live-reloading docs server mkdocs build # Build the documentation site · This project is licensed under the MIT license.
      » pip install py-jsonl
    
Published   Nov 20, 2025
Version   1.3.22