--- id: django-jsoneditor version: "0.2.4" license: unclear license_treatment: unclear maintenance: aging --- # django-jsoneditor — Django JSON Editor License: unclear · Maintenance: aging · Downloads: 222.6K/mo ## 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 above — 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 pip install django-jsoneditor uv add django-jsoneditor poetry add django-jsoneditor ## Installing 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: unspecified - Install friction: low - Maintenance: aging - Downloads: 222.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags django json editor widget, json input form field django, structured json editing django, django jsonfield widget, online json editor django, django-forms, json-editing, ui-widget [View on SkillFed](https://skillfed.io/packages/django-jsoneditor) · [View on PyPI](https://pypi.org/project/django-jsoneditor/)