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

Method NewDecoder

codec/json/json.go:39–41  ·  view source on GitHub ↗
(reader io.Reader)

Source from the content-addressed store, hash-verified

37}
38
39func (j jsonApi) NewDecoder(reader io.Reader) Decoder {
40 return json.NewDecoder(reader)
41}

Callers

nothing calls this directly

Calls 1

NewDecoderMethod · 0.65

Tested by

no test coverage detected