GetParserType returns the custom parser type
()
| 48 | |
| 49 | // GetParserType returns the custom parser type |
| 50 | func (p *CustomJSONImpl) GetParserType() string { |
| 51 | return p.CustomJSONImplType |
| 52 | } |
| 53 | |
| 54 | // Unmarshal abstracts the underlying json lib used |
| 55 | func (p *CustomJSONImpl) Unmarshal(b []byte, v interface{}) error { |
no outgoing calls
no test coverage detected