MCPcopy Index your code
hub / github.com/unrolled/render / JSON

Struct JSON

engine.go:45–52  ·  view source on GitHub ↗

JSON built-in renderer.

Source from the content-addressed store, hash-verified

43
44// JSON built-in renderer.
45type JSON struct {
46 Head
47 Indent bool
48 UnEscapeHTML bool
49 Prefix []byte
50 StreamingJSON bool
51 Encoder func(w io.Writer) JSONEncoder
52}
53
54// JSONP built-in renderer.
55type JSONP struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected