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

Struct MediumPayload

benchmark/benchmark.go:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55type MediumPayload struct {
56 Person *CBPerson
57 Company map[string]interface{}
58}
59
60// Reponse from Clearbit API. Size: 2.4kb
61var mediumFixture []byte = []byte(`{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected