type encoding/json.Number
8 uses
encoding/json (current package)
decode.go#L188: type Number string
decode.go#L191: func (n Number) String() string { return string(n) }
decode.go#L194: func (n Number) Float64() (float64, error) {
decode.go#L199: func (n Number) Int64() (int64, error) {
decode.go#L834: return Number(s), nil
decode.go#L843: var numberType = reflect.TypeOf(Number(""))
github.com/aws/aws-sdk-go/private/protocol/json/jsonutil
unmarshal.go#L264: case json.Number:
golang.org/x/oauth2/internal
token.go#L81: var n json.Number
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |