--- id: django-jsonform version: "2.23.2" license: BSD-3-Clause license_treatment: permissive maintenance: dormant --- # django-jsonform — A user-friendly JSON editing form for Django admin. License: permissive · Maintenance: dormant · Downloads: 473.3K/mo ## What it is and what it does django-jsonform is a Django admin widget that replaces the default text input for JSON fields with an interactive, structured form. It renders JSON data as editable form elements—text inputs, arrays, nested objects, file uploads—all styled to match Django admin's interface. The widget handles validation, supports self-referential nesting, and includes Postgres ArrayField integration. You install it as a Django app, add it to INSTALLED_APPS, and then use it in your admin forms or ModelForms to edit JSON data. It's built on React for the frontend and integrates seamlessly with Django's form system. The package is dormant but stable, with no active vulnerabilities and a permissive BSD license. Use it for: - Building structured JSON editors in Django admin for complex data without writing custom JavaScript - Editing nested configuration objects or metadata stored as JSON in database fields - Creating dynamic form arrays where users add/remove items to a JSON array field - Uploading files and embedding them as references within JSON documents - Validating JSON structure at the form level before saving to the database ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides a user-friendly JSON editing form widget for Django admin, supporting file uploads, nested structures, array fields, and validation with a UI that matches Django admin's design. Yes, if you need a polished JSON editor in Django admin. Low install friction, no vulnerabilities, permissive license, and stable dormant maintenance. The single django dependency is standard. Main caveat: dormant status means no active development—suitable for stable use cases, but don't expect rapid bug fixes or new features. ## Install pip install django-jsonform uv add django-jsonform poetry add django-jsonform ## Installing django-jsonform Before you install: Low install friction with a single runtime dependency on django. Maintenance is dormant (562 days since last release), but the repository remains active with a recent commit on 2025-01-29 and no archived status. No known vulnerabilities. License in practice: BSD-3-Clause is a permissive open-source license allowing commercial use, modification, and distribution with minimal restrictions—suitable for most projects. Quickstart: pip install django-jsonform # In settings.py INSTALLED_APPS = [ 'django_jsonform', ] # Then use in Django admin forms for JSON field editing Requires Django to be installed and configured; browser cache must be cleared after upgrades to load latest static JavaScript files. Verify before relying: - Specific Django version compatibility range beyond the classifiers listed - Performance characteristics with deeply nested or very large JSON structures - Whether Postgres ArrayField support extends to other database backends ## Package facts - License: BSD-3-Clause (permissive) - Python support: supports_current - Install friction: low - Maintenance: dormant - Downloads: 473.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags django admin json editor, json form widget django, nested json editing django admin, django jsonfield form, array field editor django, json validation django admin, django admin json input, django-admin, json-editing, form-widget [View on SkillFed](https://skillfed.io/packages/django-jsonform) · [View on PyPI](https://pypi.org/project/django-jsonform/)