JSONEncoding json format
| 12 | |
| 13 | // JSONEncoding json format |
| 14 | type JSONEncoding struct{} |
| 15 | |
| 16 | // Marshal json encode |
| 17 | func (j JSONEncoding) Marshal(v interface{}) ([]byte, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected