FasterXML / jackson-dataformats-binary

Uber-project for standard Jackson binary format backends: avro, cbor, ion, protobuf, smile
Apache License 2.0
316 stars 136 forks source link

Make `CBORFactory` support `JsonFactory.Feature.CANONICALIZE_FIELD_NAMES` #253

Closed cowtowncoder closed 3 years ago

cowtowncoder commented 3 years ago

It looks like currently (2.12) there is no way to actually disable canonicalization of decoded field names with CBOR format backend.

cowtowncoder commented 3 years ago

Changes needed rather sizable (plus need something in jackson-core too), will need to go in 2.13.0.