easyjson icon indicating copy to clipboard operation
easyjson copied to clipboard

Cannot handle uint64 just like std json

Open ivanjaros opened this issue 2 years ago • 0 comments

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.

ivanjaros avatar Jan 17 '23 14:01 ivanjaros