stablelib icon indicating copy to clipboard operation
stablelib copied to clipboard

[cbor] Support native JavaScript types bigint and symbol.

Open panzi opened this issue 4 years ago • 0 comments

It would be nice if the native JavaScript type bigint would be supported and encoded as a PositiveBigNum/NegativeBigNum, and the type symbol could probably just be handled as a string? Though that symbol handling would not be round trip safe. But the bigint support would be good and unambiguous!

panzi avatar Aug 05 '21 17:08 panzi