I ‘m not sure if that is a JSON file because a JSON file is nothing but a python dictionary like structure and that doesn’t seem to be that. Anyways you can see python’s building json module’s json.dumps() function. Sent from Mail for Windows 10 From: HJ hello django users hope you are doing well I want to do a highchart using a json file , and that's the problem I am facing , I want to create a json file in my views.py based on my columns below "countDeliveries"and "Dates" class mail_item_count_deliveries_perDate(models.Model): countDeliveries = models.IntegerField(default=0) Dates = models.DateTimeField() myJSON file should be something like that: [
- can you guys help me out -- -- |
- JSON file HJ
- Re: JSON file Derek
- RE: JSON file Vishesh Mangla

