{"library":"django-jsoneditor","install":[{"cmd":"pip install django-jsoneditor","imports":["from jsoneditor.forms import JSONEditor","INSTALLED_APPS = [\n    # ...\n    'jsoneditor',\n    # ...\n]","from django.db import models # then models.JSONField for formfield_overrides"]}]}