Closed
Description
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"?