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
...