Login
Remember
Register
Ask a Question
Which HttpResponse can be used to send a JSON encoded response?
0
votes
asked
Jun 26, 2022
in
Django
by
john ganales
Which HttpResponse can be used to send a JSON encoded response?
a) HttpResponse objects
b) SteamingHttpResponse objects
c) FileResponse objects
d) JsonResponse objects
django
httpresponse
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 26, 2022
by
john ganales
d) JsonResponse objects
...