type encoding/json.Unmarshaler
4 uses
encoding/json (current package)
decode.go#L118: type Unmarshaler interface {
decode.go#L422: func indirect(v reflect.Value, decodingNull bool) (Unmarshaler, encoding.TextUnmarshaler, reflect.Value) {
decode.go#L475: if u, ok := v.Interface().(Unmarshaler); ok {
stream.go#L280: var _ Unmarshaler = (*RawMessage)(nil)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)