mixpanel-python icon indicating copy to clipboard operation
mixpanel-python copied to clipboard

Decimal values are not serializable as JSON in properties

Open amaan-ahmad opened this issue 3 years ago • 0 comments

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!

amaan-ahmad avatar Sep 07 '22 17:09 amaan-ahmad