(fields []string)
| 216 | } |
| 217 | |
| 218 | func (e *jsonExporter) SetFields(fields []string) { |
| 219 | e.fields = fields |
| 220 | } |
| 221 | |
| 222 | // Write serializes data into JSON output written to w. If the object passed as data implements exportable, |
| 223 | // or if data is a map or slice of exportable object, ExportData() will be called on each object to obtain |
no outgoing calls