Skip to content

Instantly share code, notes, and snippets.

@DJWOMS
Created September 7, 2022 10:58
Show Gist options
  • Save DJWOMS/68d908c74fab6e2500d7a8499c878341 to your computer and use it in GitHub Desktop.
Save DJWOMS/68d908c74fab6e2500d7a8499c878341 to your computer and use it in GitHub Desktop.
from rest_framework.renderers import JSONRenderer
json = JSONRenderer().render(serializer.data)
print(json)
# '{"email": "leila@example.com", "content": "foo bar", "created": "2012-08-22T16:20:09.822"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment