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

Struct encodingJSONMediumPayload

benchmark/benchmark.go:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99type encodingJSONMediumPayload struct {
100 Person *encodingJSONCBPerson
101 Company map[string]interface{}
102}
103
104// Reponse from Clearbit API. Size: 2.4kb
105var mediumFixture []byte = []byte(`{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected