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

Method Unmarshal

binding/json_test.go:89–91  ·  view source on GitHub ↗
(data []byte, v any)

Source from the content-addressed store, hash-verified

87}
88
89func (j customJsonApi) Unmarshal(data []byte, v any) error {
90 return customConfig.Unmarshal(data, v)
91}
92
93func (j customJsonApi) MarshalIndent(v any, prefix, indent string) ([]byte, error) {
94 return customConfig.MarshalIndent(v, prefix, indent)

Callers

nothing calls this directly

Calls 1

UnmarshalMethod · 0.65

Tested by

no test coverage detected