msgspec
msgspec copied to clipboard
CBOR support
Description
Could CBOR be a potential candidate for addition as a native format in the future? It might be possible to build on the existing MessagePack implementation.
I found this https://jcristharif.com/msgspec/converters.html that will work.
Just mind that COBR allows expressing more than JSON, so not all CBOR files will work with this method.
I consider this to be a valid feature request.