Attention

This library is used for a few apps in production, but it is still early in development. Like the idea of it? Please star us on GitHub and contribute via the issues board.

Django Svelte JSON Editor

django-svelte-jsoneditor is a for django’s JSONField that allows manipulation and display of JSON data. The widget is built using Jos deJong’s new svelte-jsoneditor.

JSONEditor in tree mode JSONEditor in text mode

This app is a replacement for django-jsoneditor (which uses a deprecated version of the widget, jsoneditor - you can see the differences here.

You can read about why this isn’t a part of the django-jsoneditor project here, although it’s our preference that the two projects merge in the future to avoid fragmentation.

Contents

Thanks

This project is heavily inspired by Vsevolod Novikov’s django-jsoneditor package. Thanks @nnseva!