type encoding/json.Number
8 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#L828: return Number(s), nil
decode.go#L837: var numberType = reflect.TypeFor[Number]()
github.com/golang-jwt/jwt/v5
map_claims.go#L58: case json.Number:
types.go#L82: number json.Number
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |