dynamic-django-forms
dynamic-django-forms copied to clipboard
Bug : Response Field changes the json data to non-valid json
While using ResponseField
The json that i stored in it was
'{"number-1611604938150":"245"}'
But during fetching the data again, it changes to
"{'number-1611604938150': '245'}"
while the expected output was:
"{\"number-1611604938150\": \"245\"}"
as a valid JSON should not contain double quotes.
Sorry for the late reply. Just put this on the README (a bit too late, tbh), but I'm not using Django in any projects, and am open to someone else taking over maintenance of this package. I don't really have the time or need to push new features at the moment.