C implements Marshaler and returns unescaped JSON.
| 1031 | |
| 1032 | // C implements Marshaler and returns unescaped JSON. |
| 1033 | type C int |
| 1034 | |
| 1035 | // MarshalJSON func |
| 1036 | func (C) MarshalJSON() ([]byte, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected