Skip to content
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

Cannot handle uint64 just like std json #382

Open
ivanjaros opened this issue Jan 17, 2023 · 0 comments
Open

Cannot handle uint64 just like std json #382

ivanjaros opened this issue Jan 17, 2023 · 0 comments

Comments

@ivanjaros
Copy link

u/int64 in json will be always string due to old json standard with uint32 limit. Native json parser will not handle unmarshaling a string uint64 onto uint64 field. Easyjson has the same issue. Which is surprising.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant