-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add from/to json for uint/uint64 #1417
base: main
Are you sure you want to change the base?
Conversation
Here are three observations from the provided
These are the key points to consider based on the provided diff. Let me know if you need further clarification or assistance! |
Pull Request Test Coverage Report for Build 4691Details
💛 - Coveralls |
4e8f0ae
to
1eb07d4
Compare
Waiting for #1419 |
6555fa3
to
d8aaedb
Compare
d8aaedb
to
7e50776
Compare
7e50776
to
a3b7c0b
Compare
a3b7c0b
to
ceb45b6
Compare
For
FromJson
andToJson
, we only guarantee the roundtrip property.So for
UInt64
andInt64
, we'll be usingString
as representation, and forUInt
andInt
, we'll be usingNumber
as representation.