json-iterator/go

Uint64 string issue

ivanjaros opened this issue · 1 comments

I encountered issue when struct has u/int64 field, which will always be string in json, the unmarshaler will fail just like std json.

It seems like there is no issue. Refer to https://go.dev/play/p/PmpewDhxXps.