spf13 / cast

safe and easy casting from one type to another in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

json.Number support act like string=>int64, instead of float64=>int64

prochac opened this issue · comments

The json.Number should be treated more like a number than string.

https://go.dev/play/p/H9JUZn3WlTR