from django.http import JsonResponse def index(request): return JsonResponse({'text': 'Some JSON data is rendering'})