Contents

ijson 3.2.3

0

Iterative JSON parser with standard Python iterator interfaces

Iterative JSON parser with standard Python iterator interfaces

Stars: 754, Watchers: 754, Forks: 50, Open Issues: 5

The ICRAR/ijson repo was created 4 years ago and the last code push was 1 weeks ago.
The project is popular with 754 github stars!

How to Install ijson

You can install ijson using pip

pip install ijson

or add it to a project with poetry

poetry add ijson

Package Details

Author
Rodrigo Tobar, Ivan Sagalaev
License
BSD
Homepage
https://github.com/ICRAR/ijson
PyPi:
https://pypi.org/project/ijson/
GitHub Repo:
https://github.com/ICRAR/ijson

Classifiers

  • Software Development/Libraries/Python Modules
No  ijson  pypi packages just yet.

Errors

A list of common ijson errors.

Code Examples

Here are some ijson code examples and snippets.

GitHub Issues

The ijson package has 5 open issues on GitHub

  • How to parse JSON file with ijson?
  • Ijson 3.1.2 causing Segmentation fault.
  • Release wheels for 3.10

See more issues on GitHub

Related Packages & Articles

jsonpickle 3.0.3

Python library for serializing any arbitrary object graph into JSON

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.

fastapi 0.110.1

FastAPI framework, high performance, easy to learn, fast to code, ready for production