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

Struct sonicApi

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

Source from the content-addressed store, hash-verified

22var json = sonic.ConfigStd
23
24type sonicApi struct{}
25
26func (j sonicApi) Marshal(v any) ([]byte, error) {
27 return json.Marshal(v)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected