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

Method Decode

codec/json/api.go:56–56  ·  view source on GitHub ↗

Decode reads the next JSON-encoded value from its input and stores it in the value pointed to by v. See the documentation for Unmarshal for details about the conversion of JSON into a Go value.

(v any)

Source from the content-addressed store, hash-verified

54 // See the documentation for Unmarshal for details about
55 // the conversion of JSON into a Go value.
56 Decode(v any) error
57}

Callers 8

decodeXMLFunction · 0.95
decodeYAMLFunction · 0.95
decodeTomlFunction · 0.95
decodeJSONFunction · 0.95
TestRenderMsgPackFunction · 0.65
TestWriteMsgPackFunction · 0.65
decodeMsgPackFunction · 0.65
convertToFunction · 0.65

Calls

no outgoing calls

Tested by 3

TestRenderMsgPackFunction · 0.52
TestWriteMsgPackFunction · 0.52
convertToFunction · 0.52