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

Struct JSON

render/json.go:19–21  ·  render/json.go::JSON

JSON contains the given interface object.

Source from the content-addressed store, hash-verified

17
18// JSON contains the given interface object.
19type JSON struct {
20 Data any
21}
22
23// IndentedJSON contains the given interface object.
24type IndentedJSON struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected