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
We currently ask ourself which cbor library we should use in our project : see eclipse-leshan/leshan#939
For now we think that maybe jackson-dataformat-cbor will be better than CBOR-Java.
Is there any reason why you choose CBOR-Java instead of Jackson ?
(Maybe naive questions but) Do you plan to migrate to Jackson ? or to support both (not sure this even makes sense 🤔) ?
The text was updated successfully, but these errors were encountered:
A little update : With last information we get (eclipse-leshan/leshan#939 was updated), this is now maybe CBOR-JAVA which could be more appropriate to our use case.
Hi,
We currently ask ourself which cbor library we should use in our project : see eclipse-leshan/leshan#939
For now we think that maybe
jackson-dataformat-cbor
will be better thanCBOR-Java
.Is there any reason why you choose
CBOR-Java
instead ofJackson
?(Maybe naive questions but) Do you plan to migrate to Jackson ? or to support both (not sure this even makes sense 🤔) ?
The text was updated successfully, but these errors were encountered: