Installation¶
Requirements¶
Python 3.10 to 3.14 supported.
Django 5.2 to 6.1 supported.
Installation¶
Install with pip:
python -m pip install django-orjson
Add to your
INSTALLED_APPS:INSTALLED_APPS = [ ..., "django_orjson", ]
Then, start adopting the features as covered in the next documentation pages!