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

Struct jsonApi

codec/json/json.go:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type jsonApi struct{}
22
23func (j jsonApi) Marshal(v any) ([]byte, error) {
24 return json.Marshal(v)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected