easyjson
easyjson copied to clipboard
Cannot handle uint64 just like std json
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.