Created
September 7, 2022 12:50
-
-
Save DJWOMS/d1636cdf99f0c7f4495f6c0a26c0c56d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import io | |
from rest_framework.parsers import JSONParser | |
stream = io.BytesIO(json) | |
data = JSONParser().parse(stream) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment