Installation

Requirements

Python 3.10 to 3.14 supported.

Django 5.2 to 6.1 supported.

Installation

  1. Install with pip:

    python -m pip install django-orjson
    
  2. Add to your INSTALLED_APPS:

    INSTALLED_APPS = [
        ...,
        "django_orjson",
    ]
    

Then, start adopting the features as covered in the next documentation pages!