github.com/valyala/fastjson.Value.GetInt (method)

2 uses

	github.com/valyala/fastjson (current package)
		handy.go#L68: 	n := v.GetInt(keys...)
		parser.go#L772: func (v *Value) GetInt(keys ...string) int {