encoding/json.Decoder.Decode
standard libraryThe 196th most-called standard-library method by production calls. Called 35,333 times across 654 modules; 4,987 of those run outside tests and generated code.
- prod calls
- 4,987
- non-test, non-generated
- all calls
- 35,333
- total callsites
- modules
- 654
- distinct callers
- in loop
- 10%
- of prod calls
- in tests
- 9%
- 3,339 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Concrete method100%A method on a value whose type is known exactly.
who calls this
Notable callers
Production calls into Decoder.Decode from notable Go projects. Open one on the map to see what else it hammers.
- Docker 255 5%
- Kubernetes 119 2%
- Tailscale 96 2%
- InfluxDB 74 1%
- containerd 56 1%
where it's called
Callsites in the wild
12 representative callsites of 35,333, prioritizing in-loop and non-test usage. We link to source, never display it.
-
go/bufprivateusage @v0.1.0
cmd/bufprivateusage/main.go:88
in loop - in loop
-
cilium/cilium @v1.20.0
in loop - in loop
-
cockroachdb/cockroach @v19.2.12+incompatible
in loop - in loop
- in loop
-
docker/docker @v28.5.2+incompatible
in loop -
encr.dev @v1.57.13
v2/internals/pkginfo/modresolve.go:123
in loop -
cli/cli @v1.14.0
in loop -
AlexxIT/go2rtc @v1.9.14
in loop - in loop
top callers
The modules that reach for it
The modules that call Decoder.Decode most in this snapshot.
- github.com/elastic/go-elasticsearch/v821,37761%
- github.com/aws/aws-sdk-go-v2/service/glue348<1%
- github.com/aws/aws-sdk-go-v2/service/ssm293<1%
- github.com/aws/aws-sdk-go-v2/service/codecommit258<1%
- github.com/aws/aws-sdk-go-v2/service/iot216<1%
siblings
More from encoding/json
The other most-called members in this package. See all →