Hey!
I recently discovered that Jackson produces UTF strings on the non-shortest-possible format (non-canonical form ) sometimes.
I first reported this issue CBOR Github but realized that most other CBOR project is using canonical form where Jackson is not.
It would be great if you could support canonical encoding of strings :)