[cbor] Support parsing of BigInteger
, BigDecimal
, not just generating
#17
Milestone
BigInteger
, BigDecimal
, not just generating
#17
Uh oh!
There was an error while loading. Please reload this page.
Currently
BigInteger
andBigDecimal
values are serialized successfully using recommended tag, structure, but parsing does not detect this as special case, and simply exposes 2-element array. But it would make sense to seamlessly support parsing/decoding as well.The text was updated successfully, but these errors were encountered: