askvortsov1 / dynamic-django-forms

A simple, reusable Django app that allows you to build (and respond to) dynamic forms. Perfect for surveys, position applications, etc.
MIT License
44 stars 12 forks source link

Bug : Response Field changes the json data to non-valid json #4

Open biswajitpatra opened 3 years ago

biswajitpatra commented 3 years ago

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.

askvortsov1 commented 1 year ago

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.