MCPcopy Index your code
hub / github.com/labstack/echo / nestedJSONSerializer

Struct nestedJSONSerializer

dispatch_pool_test.go:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54type nestedJSONSerializer struct{}
55
56func (nestedJSONSerializer) Serialize(c *Context, i any, indent string) error {
57 if m, ok := i.(map[string]int); ok && m["outer"] == 1 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected