django-jsoneditor
Django JSON Editor
What it is and what it does
Django-JSONEditor is a form widget that embeds an online JSON editor into Django admin and custom forms, allowing users to edit structured JSON data visually rather than as raw text. It wraps an online editor and integrates it with Django's JSONField implementations.
The package is straightforward to install and has minimal dependencies—only packaging at runtime. However, it has been aging since its last release in 2023-02-15, and critical metadata is missing: no license is declared, Python version support is unspecified, and there is no indication of whether it remains compatible with recent Django and Python releases. The repository shows 190 stars and was last updated on 2026-01-05, but the lack of recent maintenance and unclear licensing pose risks for production use.
Use it for:
- Add a visual JSON editor to Django admin for JSONField data instead of requiring manual JSON text entry.
- Build custom forms where users need to edit structured JSON configuration or metadata without writing raw JSON.
- Provide a user-friendly interface for editing nested JSON documents in web applications backed by Django.
- Integrate JSON editing into data management interfaces where non-technical users need to modify JSON-stored data.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a Django form widget for editing JSON data using an embedded online JSON editor interface, integrating with Django's JSONField implementations.
Yes, with conditions. The package has low install friction and a single dependency. Install only if you can verify license compliance in the repository and confirm compatibility with your Django and Python versions. Given the aging maintenance status and last release in 2023-02-15, test thoroughly before production use and be prepared to fork or seek alternatives if issues arise.
Install
django-jsoneditor on PyPI
pip
pip install django-jsoneditoruv
uv add django-jsoneditorpoetry
poetry add django-jsoneditorInstalling django-jsoneditor
Before you install
Low install friction with a single runtime dependency (packaging). However, the package is aging—last release was 2023-02-15, over 1276 days ago, and Python support is unspecified, so compatibility with current Django and Python versions is uncertain.
License in practice
License treatment is unclear; no SPDX identifier or raw license text is available. Before installing, verify the actual license terms in the repository to ensure compliance with your project's requirements.
Quickstart
pip install django-jsoneditor
In Django settings, add 'django_jsoneditor' to INSTALLED_APPS, then use the widget in a form:
from django_jsoneditor.forms import JSONEditorWidget
from django import forms
class MyForm(forms.Form):
data = forms.CharField(widget=JSONEditorWidget())
Requires Django to be installed separately; Python version support is unspecified, so compatibility with modern Python versions is not guaranteed.
Verify before relying
- Compatibility with current Django versions (last release 2023-02-15; no version constraints specified)
- Python version support (requires_python is empty; unspecified in metadata)
- Whether the embedded jsoneditor JavaScript library matches the current version from josdejong/jsoneditor
- Actual download volume and real-world usage patterns beyond the reported tier ranking
Package facts
| License | not declared (unclear) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — packaging |
| Maintenance | aging — 1,276 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 222,587/month — #9,260 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: django_jsoneditor-0.2.4-py2.py3-none-any.whl
Tags
More Dynamic Content packages
MarkupSafe provides a text object that escapes…
permissive · top 100 on PyPI
Jinja2Jinja2 is a templating engine that renders…
permissive · top 100 on PyPI
soupsieveSoupsieve is a CSS selector library designed to…
permissive · top 100 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
FlaskFlask is a lightweight WSGI web application…
permissive · top 1,000 on PyPI
MakoMako compiles Python-embedded templates into…
permissive · top 1,000 on PyPI
django-json-widgetProvides a rich JSON editor widget for Django's…
permissive · top 5,000 on PyPI
jasonProvides lightweight helper functions for…
copyleft · top 15,000 on PyPI
django-jsonformProvides a user-friendly JSON editing form…
permissive · top 15,000 on PyPI
django-prettyjsonAdds a collapsible, interactive JSON viewer…
permissive · top 15,000 on PyPI
django-ckeditor-5Integrates CKEditor 5, a modern rich-text…
permissive · top 15,000 on PyPI
django-markdownxDjango MarkdownX provides a Markdown editor…
permissive · top 15,000 on PyPI
django-ckeditorIntegrates CKEditor 4.18.0 rich-text editing…
permissive · top 5,000 on PyPI
django-jsonfieldProvides a JSONField for Django models that…
permissive · top 15,000 on PyPI
django-tinymcedjango-tinymce provides a Django form widget…
copyleft · top 5,000 on PyPI
django-annoyingProvides a collection of Django utility…
permissive · top 15,000 on PyPI