MCPcopy Create free account
hub / github.com/buger/jsonparser / encodingJSONSmallPayload

Struct encodingJSONSmallPayload

benchmark/benchmark.go:33–43  ·  view source on GitHub ↗

encodingJSONSmallPayload deliberately has no generated JSON methods. The encoding/json benchmarks must exercise the standard library's reflection implementation, while SmallPayload remains generated for ffjson/easyjson.

Source from the content-addressed store, hash-verified

31// encoding/json benchmarks must exercise the standard library's reflection
32// implementation, while SmallPayload remains generated for ffjson/easyjson.
33type encodingJSONSmallPayload struct {
34 St int
35 Sid int
36 Tt string
37 Gr int
38 Uuid string
39 Ip string
40 Ua string
41 Tz int
42 V int
43}
44
45/*
46Medium payload (based on Clearbit API response)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected