type encoding/json.Unmarshaler
4 uses
encoding/json (current package)
decode.go#L121: type Unmarshaler interface {
decode.go#L432: func indirect(v reflect.Value, decodingNull bool) (Unmarshaler, encoding.TextUnmarshaler, reflect.Value) {
decode.go#L485: if u, ok := v.Interface().(Unmarshaler); ok {
stream.go#L281: var _ Unmarshaler = (*RawMessage)(nil)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)