You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have a byte array in there which doesn't have a direct equivalent in JSON and ends up being converted to a list of integers. Have a look at the two binaries in cbor.me: originaltripped
Hello,
I have some CBOR data. Here it is in HEX format:
I'm trying to do the round trip, however the resulting size is very different:
Before round-trip:
After round-trip:
Is there some CBOR datatype that rq doen't like??
The text was updated successfully, but these errors were encountered: