Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lincolnloop/django-jsonit
Helpers for working with JSON responses in your Django project.
https://github.com/lincolnloop/django-jsonit
Last synced: 3 months ago
JSON representation
Helpers for working with JSON responses in your Django project.
- Host: GitHub
- URL: https://github.com/lincolnloop/django-jsonit
- Owner: lincolnloop
- License: other
- Archived: true
- Created: 2010-12-15T21:04:55.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T22:43:44.000Z (about 8 years ago)
- Last Synced: 2024-07-30T15:32:35.654Z (5 months ago)
- Language: Python
- Homepage: http://readthedocs.org/docs/django-jsonit/en/latest/
- Size: 44.9 KB
- Stars: 35
- Watchers: 15
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
JSONit is a set of helpers for working with JSON responses in Django. It
defines a uniform structure for your JSON responses and provides HttpResponse
subclasses, middleware, class-based view mixins, and more to ease the process
of integrating with your front-end code. It requires no formal installation.
Simply import the helper you need and go.Read the documentation at: http://readthedocs.org/docs/django-jsonit/en/latest/