MCPcopy
hub / github.com/gin-gonic/gin / customJsonApi

Struct customJsonApi

binding/json_test.go:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83type customJsonApi struct{}
84
85func (j customJsonApi) Marshal(v any) ([]byte, error) {
86 return customConfig.Marshal(v)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected