--- id: jason version: "0.1.7" license: GPLv2 license_treatment: copyleft maintenance: abandoned --- # jason — Lightweight helpers for views returning json data in Django. License: copyleft · Maintenance: abandoned · Downloads: 89.5K/mo ## What it is and what it does Jason is a minimal helper library for Django views that serialize data to JSON responses. It was released on 2014-06-24 and has not been maintained since; the author explicitly noted the API was still in flux and not recommended for production at the time of release. The package provides convenience functions to reduce boilerplate when returning JSON from Django view handlers. With no runtime dependencies declared and a source-only distribution, installation requires a working build environment. The project shows no activity since 2020-06-05 and there is no indication of support for modern Python or Django versions. Use it for: - Legacy Django projects that already depend on jason and need to remain on old codebases. - Educational reference for understanding early Django JSON serialization patterns. - Retrofitting minimal JSON endpoints in very old Django applications where upgrading is not feasible. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides lightweight helper functions for Django views that return JSON data. No. The package is abandoned (last commit 2020-06-05), carries a copyleft license that may conflict with your project, has high install friction, and offers no documented compatibility with modern Python or Django. The author warned against production use at release. Use a maintained alternative instead. ## Install pip install jason uv add jason poetry add jason ## Installing jason Before you install: High install friction due to source-only distribution. Maintenance is abandoned—last commit was 2020-06-05, with no Python version specification or documented support for modern environments. License in practice: Licensed under GPLv2 (copyleft). Any derivative work or distribution must also be licensed under GPLv2, which may conflict with proprietary or permissively licensed projects. Quickstart: # Install from source pip install jason==0.1.7 # Import and use in a Django view from jason import json_response response = json_response({'key': 'value'}) Requires Django (not listed as explicit dependency); Python version compatibility unknown; source-only distribution requires build tools. Verify before relying: - Whether this package works with modern Django versions (released 2014-06-25). - Actual Python version compatibility—requires_python is unspecified. - What specific JSON helper functions are provided and their current API stability. - Whether the package has any undeclared runtime dependencies beyond Django. ## Package facts - License: GPLv2 (copyleft) - Python support: unspecified - Install friction: high - Maintenance: abandoned - Downloads: 89.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags django json view helpers, django json response utilities, lightweight json serialization django, django api json helpers, json view decorators django, django json data helpers, abandoned, legacy-django [View on SkillFed](https://skillfed.io/packages/jason) · [View on PyPI](https://pypi.org/project/jason/)