Would you accept a PR to add [CBOR](https://cborbook.com/introduction/cbor_vs_the_other_guys.html) support? [cbor2](https://github.com/agronholm/cbor2) claims > Simple api like json or pickle modules. So I'm going to see if I can just copy [`json.py`](https://github.com/yukinarit/pyserde/blob/22d0b40d5ecbfbc048bb94978ac9c528a713af38/serde/json.py). Hopefully not too complicated.
Would you accept a PR to add CBOR support?
cbor2 claims
So I'm going to see if I can just copy
json.py. Hopefully not too complicated.