1
from django.core import serializers users = User.objects.all()[:10] json_data = serializers('json', users)