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

Struct IndentedJSON

render/json.go:24–26  ·  render/json.go::IndentedJSON

IndentedJSON contains the given interface object.

Source from the content-addressed store, hash-verified

22
23// IndentedJSON contains the given interface object.
24type IndentedJSON struct {
25 Data any
26}
27
28// SecureJSON contains the given interface object and its prefix.
29type SecureJSON struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected