﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25254	Allow control over json.dumps keyword arguments in JsonResponse	Jaap Roes	Sambhav Satija	"Currently `JsonResponse`'s only allows changing the JSON encoder class. It would be helpful to allow some/all of the arguments to `json.dumps` .

In my case I've had the need to set `indent=2`, to get a more readable output, and `separators=(',', ':')` to get the most compact output possible. Having control over `allow_nan` or `skipkeys` could also be useful for some."	New feature	closed	HTTP handling	dev	Normal	fixed	json dumps indent separators jsonresponse		Ready for checkin	1	0	0	0	0	0
