Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
22
var
json = sonic.ConfigStd
23
24
type
sonicApi
struct
{}
25
26
func
(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