kotlinx.serialization icon indicating copy to clipboard operation
kotlinx.serialization copied to clipboard

CborObject / CborArray

Open mgroth0 opened this issue 1 year ago • 2 comments

If I receive Cbor data without knowing the format, is there a way to decipher it?

With json, I can just load it as a JsonObject and examine it through that. But what about Cbor? I don't see any analogous API.

mgroth0 avatar Jul 16 '22 01:07 mgroth0

We don't have such feature now neither we're currently planning it

sandwwraith avatar Jul 19 '22 13:07 sandwwraith

#1573

ArcticLampyrid avatar Jul 20 '22 16:07 ArcticLampyrid