Skip to content

Latest commit

 

History

History
executable file
·
26 lines (15 loc) · 834 Bytes

README.rst

File metadata and controls

executable file
·
26 lines (15 loc) · 834 Bytes

Django-JSONEditor

Django-JSONEditor is an online structured JSON input widget for Django appropriate for various JSONField's provided for Django.

Code of the javascript JSONEditor online editor has been got from the http://jsoneditoronline.org/.

See the latest versions of the javascript online JSON Editor here: https://github.com/josdejong/jsoneditor

Sample views:

https://raw.github.com/josdejong/jsoneditor/master/misc/jsoneditor.png

Don't mismatch this project with https://github.com/skyhood/django-jsoneditor

Installation

Latest version from the GIT repository:

pip install "git+git://github.com/nnseva/django-jsoneditor.git"

Stable version from the PyPi repository:

pip install django-jsoneditor

See all details on https://github.com/nnseva/django-jsoneditor