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

Method NewDecoder

codec/json/go_json.go:40–42  ·  view source on GitHub ↗
(reader io.Reader)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

NewDecoderMethod · 0.65

Tested by

no test coverage detected