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

Method Unmarshal

codec/json/jsoniter.go:30–32  ·  view source on GitHub ↗
(data []byte, v any)

Source from the content-addressed store, hash-verified

28}
29
30func (j jsoniterApi) Unmarshal(data []byte, v any) error {
31 return json.Unmarshal(data, v)
32}
33
34func (j jsoniterApi) MarshalIndent(v any, prefix, indent string) ([]byte, error) {
35 return json.MarshalIndent(v, prefix, indent)

Callers

nothing calls this directly

Calls 1

UnmarshalMethod · 0.65

Tested by

no test coverage detected