-
-
Notifications
You must be signed in to change notification settings - Fork 257
Closed
Labels
Description
Currently using deepdiff for reporting different between objects versioned, I store the return of this function using pymongo, but some of the attributes values are not JSON compliant and I can't really store them without converting these values, for instance, when I add new dictionaries to my object, the set value added will not be serializable as is (I've to convert these as lists). It'd be nice if we could have an option to output JSON compliant object.
Reactions are currently unavailable