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

Struct MediumPayload

benchmark/benchmark.go:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70type MediumPayload struct {
71 Person *CBPerson
72 Company map[string]interface{}
73}
74
75// These types mirror the medium payload without inheriting the generated
76// MarshalJSON and UnmarshalJSON methods on the benchmark's primary types.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected