Serialize json response
Now our API returns JSON responses as intended. To do that it relies on https://www.django-rest-framework.org/api-guide/serializers/#serializers.
Edited by Administrator
Now our API returns JSON responses as intended. To do that it relies on https://www.django-rest-framework.org/api-guide/serializers/#serializers.