type encoding/json.Number
6 uses
encoding/json (current package)
decode.go#L189: type Number string
decode.go#L192: func (n Number) String() string { return string(n) }
decode.go#L195: func (n Number) Float64() (float64, error) {
decode.go#L200: func (n Number) Int64() (int64, error) {
decode.go#L826: return Number(s), nil
decode.go#L835: var numberType = reflect.TypeOf(Number(""))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |