django-rest-framework-yaml
django-rest-framework-yaml copied to clipboard
Is it possible to get response in json
Some consumers of API required JSON in response. So this module should support different type of output/responses ( especially in json )
You should be able to set a different renderer for the output as well, or even multiple renderers (see https://www.django-rest-framework.org/api-guide/renderers/#ordering-of-renderer-classes). This is nothing which should be specific to this package.