We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to have encoding and decoding of Python complex type, as well as complex arrays. These correspond to tags 43000 and 43001!
complex
Complex numbers are the only unsupported Python builtin numeric type. If you support them, I'd have a good reason to use CBOR rather than JSON!
The text was updated successfully, but these errors were encountered:
I have added support for complex numbers here: https://github.com/chillenb/cbor2/tree/complex will make a PR soon after I write tests.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Things to check first
Feature description
It would be nice to have encoding and decoding of Python
complex
type, as well as complex arrays.These correspond to tags 43000 and 43001!
Use case
Complex numbers are the only unsupported Python builtin numeric type. If you support them, I'd have a good reason to use CBOR rather than JSON!
The text was updated successfully, but these errors were encountered: