Skip to content

CBORParser does not accept "undefined value" #93

Closed
@mbaril

Description

@mbaril

I'm trying to use the CBORParser to parse a byte stream but the method nextToken() throws JsonParseException when the stream contains "undefined value" (Major Type: 7, Additional info: 23).

I guess it is because there in no equivalent for this datatype in JSON.

Is it possible to use the CBORParser when input stream contain "undefined value"?

Would that be a good idea to modify the CBORParser class to add a new method "nextCborToken" to add support for "undefined value"?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions