DefaultJSONTranslator converts an json.Feed struct into the generic Feed struct. This default implementation defines a set of mapping rules between json.Feed -> Feed for each of the fields in Feed.
| 861 | // mapping rules between json.Feed -> Feed |
| 862 | // for each of the fields in Feed. |
| 863 | type DefaultJSONTranslator struct{} |
| 864 | |
| 865 | // Translate converts an JSON feed into the universal |
| 866 | // feed type. |
nothing calls this directly
no outgoing calls
no test coverage detected