Distinguish between int64, int32 and int :shrug:
Closed this issue · 0 comments
Pungyeon commented
Currently, the only integer support is int
. Should we try to unmarshal an int64 or int32, the program will panic, as there is currently no distinguishment between the three.
The same is true for floats.