This repository was archived by the owner on Jun 17, 2024. It is now read-only.
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
Not able to read non-char-arrays from cbor map #2
Open
Description
Hello,
I have exported one CBOR document to having a map with integer keys. the problem I am facing is that while reading the same document cbor::map doesn't exposes api for getting values corresponding to such integer keys.
To by pass the problem I am trying to convert a character array from the integere and using it to fetch the values from cbor::map, but that is bad in performance.
Please provide a way to read non-char array keys in map.
Metadata
Metadata
Assignees
Labels
No labels