JSONEncoderCanonical returns a new canonical JSON encoder implementing the JSONEncoderI interface
(w io.Writer)
| 60 | |
| 61 | // JSONEncoderCanonical returns a new canonical JSON encoder implementing the JSONEncoderI interface |
| 62 | func JSONEncoderCanonical(w io.Writer) JSONEncoderI { |
| 63 | return json.NewEncoder(w) |
| 64 | } |
no outgoing calls
no test coverage detected