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

Struct jsonBinding

binding/json.go:27–27  ·  binding/json.go::jsonBinding

Source from the content-addressed store, hash-verified

25var EnableDecoderDisallowUnknownFields = false
26
27type jsonBinding struct{}
28
29func (jsonBinding) Name() string {
30 return "json"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected