Question about Codable implementation for BInt #87
dankinsoid
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current
Codablesupport forBIntencodes values into an internal representation instead of a numeric literal or a string. This creates interoperability issues, because other languages typically encode big integers as strings. As a result, usingBIntin API models becomes inconvenient.For example, something like this would make it API-friendly:
Beta Was this translation helpful? Give feedback.
All reactions