--- id: ijson version: "3.5.1" license: BSD-3-Clause AND ISC license_treatment: permissive maintenance: active --- # ijson — Iterative JSON parser with standard Python iterator interfaces License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install ijson uv add ijson poetry add ijson ## Description .. image:: https://github.com/ICRAR/ijson/actions/workflows/deploy-to-pypi.yml/badge.svg :target: https://github.com/ICRAR/ijson/actions/workflows/deploy-to-pypi.yml .. image:: https://github.com/ICRAR/ijson/actions/workflows/fast-built-and-test.yml/badge.svg :target: https://github.com/ICRAR/ijson/actions/workflows/deploy-to-pypi.yml .. image:: https://coveralls.io/repos/github/ICRAR/ijson/badge.svg?branch=master :target: https://coveralls.io/github/ICRAR/ijson?branch=master .. image:: https://badge.fury.io/py/ijson.svg :target: https://badge.fury.io/py/ijson .. image:: https://img.shields.io/pypi/pyversions/ijson.svg :target: https://pypi.python.org/pypi/ijson .. image:: https://img.shields.io/pypi/dd/ijson.svg :target: https://pypi.python.org/pypi/ijson .. image:: https://img.shields.io/pypi/dw/ijson.svg :target: https://pypi.python.org/pypi/ijson .. image:: https://img.shields.io/pypi/dm/ijson.svg :target: https://pypi.python.org/pypi/ijson ===== ijson ===== Ijson is an iterative JSON parser with standard Python iterator interfaces. .. contents:: :local: Installation ============ Ijson is hosted in PyPI, so you should be able... ## AI interpretation — verify before relying ijson is an iterative JSON parser that processes JSON streams using standard Python iterator interfaces, enabling memory-efficient parsing of large JSON documents without loading them entirely into memory. Verdict: ijson is a production-stable, actively maintained streaming JSON parser suitable for processing large JSON files efficiently. Zero vulnerabilities, permissive dual licensing, and broad Python version support (3.9–3.14) make it a low-risk choice. Medium install friction is offset by prebuilt wheels across major platforms and no runtime dependencies. [View on SkillFed](https://skillfed.io/packages/ijson) · [View on PyPI](https://pypi.org/project/ijson/)