CBOR-Java icon indicating copy to clipboard operation
CBOR-Java copied to clipboard

A Java implementation of Concise Binary Object Representation (RFC 8949)

Results 2 CBOR-Java issues
Sort by recently updated
recently updated
newest added

Hello, one issue I found with CBORNumber.IsNumber() , is that it classifies many number elements as 'not number' (false). This happens if the number in the element, e.g. a CBOR...

I'm implementing SenML Cbor and I need to check that some data are encoded in a specific way. Eg. [rfc8428§6. CBOR Representation (application/senml+cbor)](https://datatracker.ietf.org/doc/html/rfc8428#section-6): > o For JSON Numbers, the CBOR...