Are there any `cbor` implementations other then th...
# multiplatform
a
Are there any
cbor
implementations other then the
kotlin.serialization
? I am looking for something implementing RFC 8949 https://www.rfc-editor.org/rfc/rfc8949.html Native android and ios solutions would also work for me.
b
You can try jackson cbor module for Android
👍 1
a
Jackson was a great tip, I ended up using a third-party library promoted on kotlin.serialization github page. Thanks!