Skip to content
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
@shivendra14

Description

@shivendra14

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions