FasterXML / FasterXML/jackson-dataformats-binary
Structured keys (Array, Object) not supported
Open
cbor
- Dominant language
- Java
- Stars
- 347
- Forks
- 156
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 22
Description
I was doing some test on my projet using your library, and an exception was thrown for a major type 4 not supported on this payload:
Diagnostic payload: {[3,0,0]:"test"}
But the major type 4 is working with this one: [{0: "0"}, {0: "1"}]
I'm using the default CBORMapper, with the method: readValues(buffer, Object.class) for this test.
Is this a problem on the library ? Or it's not supported ? In the second case, do you plan to support it in the future ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.