encoding/json.UnsupportedTypeError.Type (field)
5 uses
	encoding/json (current package)
		decode.go#L157: 	Type reflect.Type
		decode.go#L161: 	if e.Type == nil {
		decode.go#L165: 	if e.Type.Kind() != reflect.Pointer {
		decode.go#L166: 		return "json: Unmarshal(non-pointer " + e.Type.String() + ")"
		decode.go#L168: 	return "json: Unmarshal(nil " + e.Type.String() + ")"
|  | 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. |