matrix-org / python-canonicaljson

Canonical JSON
Apache License 2.0
31 stars 15 forks source link

Add support for immutabledict #58

Closed 6543 closed 1 year ago

6543 commented 1 year ago

https://github.com/matrix-org/synapse/pull/15113#issuecomment-1437447601

DMRobertson commented 1 year ago

I propose that we decouple this from canonicaljson, allowing library users to register callbacks for serialising extra types. See #59.