0 votes
in Django by
Which HttpResponse can be used to send a JSON encoded response?

a) HttpResponse objects

b) SteamingHttpResponse objects

c) FileResponse objects

d) JsonResponse objects

1 Answer

0 votes
by
d) JsonResponse objects

Related questions

0 votes
asked Jun 26, 2022 in Django by john ganales
0 votes
asked Jun 29, 2022 in Django by sharadyadav1986
...