mixpanel-python
mixpanel-python copied to clipboard
Decimal values are not serializable as JSON in properties
If a property value is of type DecimalField, then it's not serializable and raises error.
Error : Object of type Decimal is not JSON serializable
I can fix this issue by using DjangoJSONEncoder as the encoder here
This has previously worked. Feel free to assign this issue to me.
Thanks!