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

Method Unmarshal

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

Source from the content-addressed store, hash-verified

13type Core interface {
14 Marshal(v any) ([]byte, error)
15 Unmarshal(data []byte, v any) error
16 MarshalIndent(v any, prefix, indent string) ([]byte, error)
17 NewEncoder(writer io.Writer) Encoder
18 NewDecoder(reader io.Reader) Decoder

Callers 8

UnmarshalMethod · 0.65
UnmarshalMethod · 0.65
UnmarshalMethod · 0.65
UnmarshalMethod · 0.65
setWithProperTypeFunction · 0.65
UnmarshalMethod · 0.65
BindBodyMethod · 0.65
BindBodyMethod · 0.65

Implementers 5

gojsonApicodec/json/go_json.go
jsoniterApicodec/json/jsoniter.go
sonicApicodec/json/sonic.go
jsonApicodec/json/json.go
customJsonApibinding/json_test.go

Calls

no outgoing calls

Tested by 1

UnmarshalMethod · 0.52