reflect.Type.Key (method)

6 uses

	reflect (current package)
		type.go#L228: 	Key() Type

	encoding/json
		decode.go#L637: 		switch t.Key().Kind() {
		decode.go#L642: 			if !reflect.PointerTo(t.Key()).Implements(textUnmarshalerType) {
		decode.go#L775: 			kt := t.Key()
		encode.go#L811: 	switch t.Key().Kind() {
		encode.go#L816: 		if !t.Key().Implements(textMarshalerType) {