| 52 | } |
| 53 | |
| 54 | type nestedJSONSerializer struct{} |
| 55 | |
| 56 | func (nestedJSONSerializer) Serialize(c *Context, i any, indent string) error { |
| 57 | if m, ok := i.(map[string]int); ok && m["outer"] == 1 { |
nothing calls this directly
no outgoing calls
no test coverage detected