spf13 / cast

safe and easy casting from one type to another in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

numeric type cast Support json.Number

NearXdu opened this issue · comments

for example

swatich i.(type)
// ...
// ...
case json.Number:
return i.(json.Number).Float64

my fault.. v1.6.0 already support