Closed jcrist closed 11 months ago
This adds support for encoding/decoding custom types when used as dict keys in the JSON encoder/decoder. Previously the JSON implementation failed to fallback to enc_hook/dec_hook for custom dict keys.
enc_hook
dec_hook
Fixes #568.
This adds support for encoding/decoding custom types when used as dict keys in the JSON encoder/decoder. Previously the JSON implementation failed to fallback to
enc_hook
/dec_hook
for custom dict keys.Fixes #568.