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

Struct gojsonApi

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected