88332/object-objectid-serializable-send-mongo-object-while-return
def get_all_notification(request): list_of_notification = DatalayersClass.get_all_notification_data() # data.append({'params':list_of_params }) return json.dumps(list_of_notification)
Main Problem: I'm trying to import .json to excel ...READ MORE
Hello @kartik, You should use the get() method from the dict class d ...READ MORE
Hello, Rather than using a private DictProxy method like _getvalue(), I'd ...READ MORE
Hello @kartik, You can use dict.get() value = d.get(key) which will ...READ MORE
Hi, there is only that way and ...READ MORE
Hi, good question. There is a module meant ...READ MORE
Hi all, with regard to the above ...READ MORE
Good question. The solution to this short ...READ MORE
I think you need to create some ...READ MORE
Hi, @Roshni, You can use this code below: import ...READ MORE
OR
Already have an account? Sign in.