DefaultJSONSerializer implements JSON encoding using encoding/json.
| 9 | |
| 10 | // DefaultJSONSerializer implements JSON encoding using encoding/json. |
| 11 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected