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

Struct LargePayload

benchmark/benchmark.go:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218type LargePayload struct {
219 Users []*DSUser
220 Topics *DSTopicsList
221}
222
223// These types mirror the large payload without generated JSON methods.
224type encodingJSONDSUser struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected