Im new to django and im trying to save json to database. The problem is that im able to get data the data in my views but not sure how to save it in
If you want to store the intact JSON, try using the django-jsonfield project: https://github.com/dmkoch/django-jsonfield