MCPcopy
hub / github.com/labstack/echo / DefaultJSONSerializer

Struct DefaultJSONSerializer

json.go:11–11  ·  view source on GitHub ↗

DefaultJSONSerializer implements JSON encoding using encoding/json.

Source from the content-addressed store, hash-verified

9
10// DefaultJSONSerializer implements JSON encoding using encoding/json.
11type DefaultJSONSerializer struct{}
12
13// Serialize converts an interface into a json and writes it to the response.
14// You can optionally use the indent parameter to produce pretty JSONs.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected